-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
50
51
52
{
"name": "helios-docker-chain-manager",
"version": "0.0.1",
"description": "Docker for running Helios Node easiest",
"main": "server.js",
"scripts": {
"test": "test",
"start": "node server.js -c testnet",
"prod": "node server.js -c mainnet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Helios-Chain-Labs/Helios-Docker-Chain-Manager.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Helios-Chain-Labs/Helios-Docker-Chain-Manager/issues"
},
"homepage": "https://github.com/Helios-Chain-Labs/Helios-Docker-Chain-Manager#readme",
"dependencies": {
"@ethersproject/json-wallets": "^5.8.0",
"archiver": "^7.0.1",
"async": "^3.2.4",
"atob": "^2.1.2",
"backblaze-b2": "^1.7.1",
"boxen": "^7.0.2",
"chalk": "^2.4.2",
"configstore": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ethers": "^6.13.4",
"express": "^4.18.2",
"external-ip": "^2.3.1",
"find-process": "^1.4.7",
"inquirer": "^9.2.1",
"keythereum": "^2.0.0",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"multer": "^2.0.2",
"node-cleanup": "^2.1.2",
"primus": "^8.0.7",
"primus-responder": "^1.0.4",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"systeminformation": "^5.17.12",
"web3-0.x-wrapper": "^1.0.0",
"yaml": "^2.7.0"
}
}