-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.12 KB
/
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
39
40
{
"name": "hortacloud",
"version": "1.0.0",
"description": "Hortacloud services",
"main": "index.js",
"scripts": {
"setup": "node scripts/setup",
"deploy": "node scripts/deploy",
"destroy": "node scripts/destroy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaneliaSciComp/hortacloud.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/JaneliaSciComp/hortacloud/issues"
},
"homepage": "https://github.com/JaneliaSciComp/hortacloud#readme",
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^16.0.0",
"open": "^8.4.0",
"prompts": "^2.4.2",
"yargs": "^17.4.1"
},
"devDependencies": {
"@aws-sdk/client-appstream": "^3.451.0",
"@aws-sdk/client-cloudformation": "^3.451.0",
"@aws-sdk/client-iam": "^3.451.0",
"@aws-sdk/client-lambda": "^3.452.0",
"@aws-sdk/client-sts": "^3.451.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"prettier": "^2.5.1"
}
}