-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
34 lines (34 loc) · 859 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": "warcannon",
"version": "1.1.0",
"description": "Catastrophically powerful parallel WARC processing",
"main": "bin/warcannon.js",
"scripts": {
"deploy": "node bin/index.js deploy",
"destroy": "cd render-warcannon && npx terraform destroy"
},
"engines": {
"node": "17.0.1",
"npm": "8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c6fc/warcannon.git"
},
"bin": {
"warcannon": "bin/warcannon.js"
},
"author": "Brad Woodward ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/c6fc/warcannon/issues"
},
"homepage": "https://github.com/c6fc/warcannon#readme",
"dependencies": {
"@c6fc/sonnetry": "^2.2.0",
"@colors/colors": "^1.5.0",
"@jahed/terraform": "^0.15.5",
"aws-sdk": "^2.1048.0",
"yargs": "^17.3.1"
}
}