forked from aws-samples/aws-sagemaker-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 775 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
{
"name": "sagebuild",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"up": "cd ./sagebuild && make && ./bin/upload.sh && node ./bin/launch.js",
"update": "cd ./sagebuild && make && ./bin/upload.sh && node ./bin/update.js",
"down": "node ./sagebuild/bin/delete.js",
"check": "node ./sagebuild/bin/check.js"
},
"repository": {
"type": "git",
"url": "https://git-codecommit.us-east-1.amazonaws.com/v1/repos/sagebuild"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.188.0",
"bluebird": "^3.5.1",
"cfn-response": "^1.0.1",
"chalk": "^2.3.1",
"lodash": "^4.17.10",
"ora": "^1.4.0",
"uglify-es": "github:mishoo/UglifyJS2#harmony"
}
}