forked from Coalfire-Research/npk
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 841 Bytes
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
{
"name": "npk_community",
"version": "2.6.0",
"description": "NPK distributed hash cracking platform",
"main": "bin/index.js",
"scripts": {
"deploy": "node bin/index.js deploy",
"configure": "node bin/index.js deploy -i",
"update": "node bin/index.js deploy",
"destroy": "node bin/index.js destroy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c6fc/npk.git"
},
"config": {
"tf_version": "1.11.4"
},
"engines": {
"node": ">=17.0.1",
"npm": ">=8.1.0"
},
"author": "brad@bradwoodward.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/c6fc/npk/issues"
},
"homepage": "https://github.com/c6fc/npk#readme",
"dependencies": {
"@c6fc/sonnetry": "^3.1.5",
"aws-sdk": "^2.1018.0",
"inquirer": "^8.2.0",
"yargs": "^17.3.1"
}
}