forked from aws/aws-sdk-js-crypto-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1007 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "aws-javascript-crypto-helpers",
"private": true,
"version": "0.0.1",
"description": "AWS encryption helpers for javascript",
"main": "index.js",
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "npm run clear-build-cache && lerna clean",
"clear-build-cache": "rimraf ./packages/*/build/*",
"pretest": "lerna run pretest",
"test": "lerna run test"
},
"repository": {
"type": "git",
"url": "[email protected]:aws/aws-javascript-crypto-helpers.git"
},
"author": {
"name": "AWS Crypto Tools Team",
"email": "[email protected]",
"url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us"
},
"license": "UNLICENSED",
"dependencies": {
"chai": "^4.1.2",
"glob": "^7.1.2",
"lerna": "^2.11.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"typescript": "^3.0.1",
"yargs": "^8.0.2"
},
"workspaces": [
"packages/*"
]
}