-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 820 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
{
"name": "storj-manager",
"description": "A tool to manage multiple windows storj storagenodes.",
"version": "1.0.0",
"repository": "https://github.com/felixbrucker/storj-manager.git",
"bugs": "https://github.com/felixbrucker/storj-manager/issues",
"license": "GPL-3.0",
"keywords": [
"storj",
"storagenode",
"manager",
"windows"
],
"dependencies": {
"axios": "^0.21.1",
"cross-spawn": "^7.0.3",
"decompress": "^4.2.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"moment": "^2.29.2"
},
"bin": {
"storj-manager": "./main.js"
},
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"engines": {
"node": ">=12"
}
}