-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
41
42
43
44
45
46
47
48
49
{
"name": "tapestry-pipeline",
"version": "1.0.1",
"description": "A command line application for deploying a user data pipeline with a reverse-ETL component on AWS.",
"bin": {
"tapestry": "./bin/tapestry-cli.js",
"start_server": "./front_end/server/server.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapestry-pipeline/tapestry-cli.git"
},
"author": "Tapestry",
"contributors": [
"Katherine Beck <[email protected]>",
"Leah Garrison <[email protected]>",
"Rick Mole <[email protected]>",
"Adam Peterson <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tapestry-pipeline/tapestry-cli/issues"
},
"homepage": "https://github.com/tapestry-pipeline/tapestry-cli#readme",
"dependencies": {
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"body-parser": "^1.19.0",
"chalk": "^4.1.1",
"child_process": "^1.0.2",
"commander": "^8.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.0",
"grouparoo": "0.5.1",
"inquirer": "^8.1.2",
"js-yaml": "^4.1.0",
"open": "^7.4.2",
"snowflake-promise": "^4.5.0",
"sqlite3": "^5.0.2"
}
}