-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.38 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.38 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
{
"name": "graphlinq-internal-chain-manager",
"version": "0.0.7",
"description": "Internal Docker GraphLinq Node Manager",
"main": "server.js",
"scripts": {
"test": "test",
"ethstats-cli": "npx ethstats-cli --register --account-email your@email.com --node-name test_1 --server-host=http://165.192.111.62 --client-url http://165.192.111.62:8545",
"start": "node server.js -c testnet",
"prod": "node server.js -c mainnet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GraphLinq/GraphLinq-Internal-Chain-Manager.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/GraphLinq/GraphLinq-Internal-Chain-Manager/issues"
},
"homepage": "https://github.com/GraphLinq/GraphLinq-Internal-Chain-Manager#readme",
"dependencies": {
"async": "^3.2.4",
"atob": "^2.1.2",
"boxen": "^7.0.2",
"chalk": "^2.4.2",
"configstore": "^6.0.0",
"cors": "^2.8.5",
"ethers": "^5.1.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",
"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"
}
}