forked from uc-cdis/cloud-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 874 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
{
"name": "@gen3/cloud-automation",
"version": "1.0.0",
"description": "This code supports automation of several PlanX processes:",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"ansi-regex": "^6.0.1",
"async": "^3.2.2",
"aws-sdk": "^2.814.0",
"elasticdump": "^6.84.1",
"express": "^4.17.1",
"json-schema": "^0.4.0",
"minimatch": "^3.0.5",
"minimist": "^1.2.6",
"requestretry": "^7.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uc-cdis/cloud-automation.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/uc-cdis/cloud-automation/issues"
},
"homepage": "https://github.com/uc-cdis/cloud-automation#readme"
}