-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 854 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 854 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
{
"name": "blockchainConnector",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "forever start --minUptime 1000 --spinSleepTime 1000 -o blockchainOut.log -e blockchainErr.log index.js",
"dev-start": "node index.js",
"stop": "forever stop index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"async": "^2.6.2",
"bcrypt": "^3.0.2",
"bignumber.js": "5.0.0",
"crypto-json": "^2.0.2",
"dotenv": "^6.2.0",
"ethereumjs-tx": "^1.3.7",
"format-json": "^1.0.3",
"json-format": "^1.0.1",
"lodash": "^4.17.11",
"log4js": "^4.0.2",
"rotating-file-stream": "^1.4.0",
"seneca": "^3.8.0-rc3",
"sha3": "^2.1.1",
"solc": "^0.4.16",
"web3": "^0.20.6"
}
}