forked from nasa/cumulus-template-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 816 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "template-deploy",
"version": "1.0.0",
"description": "Cumulus Template Deployment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "./node_modules/.bin/kes cf deploy --kes-folder app --region $AWS_REGION --deployment $DEPLOYMENT --template node_modules/@cumulus/deployment/app --profile $AWS_PROFILE",
"deploy-iam": "./node_modules/.bin/kes cf deploy --kes-folder iam --region $AWS_REGION --deployment $DEPLOYMENT --template node_modules/@cumulus/deployment/iam --profile $AWS_PROFILE"
},
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/api": "~1.12.1",
"@cumulus/deployment": "~1.12.1",
"@cumulus/hello-world": "~1.12.1",
"kes": "~2.2.8",
"node-forge": "^0.7.1"
}
}