forked from sheos-org/eos21
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 740 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 740 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
{
"name": "blackhole",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"author": "Alessandro Siniscalchi",
"license": "ISC",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"eosjs": "^16.0.9",
"eth-crypto": "^1.2.4",
"eth-gas-reporter": "^0.1.12",
"fs": "0.0.1-security",
"ganache-cli": "^6.1.8",
"openzeppelin-solidity": "^1.12.0",
"web3": "^1.0.0-beta.36"
},
"scripts": {
"blackhole_test": "cd blackhole && truffle test",
"oracle_test": "cd oracle && mocha",
"start": "nodejs ./eos21.js",
"test": "npm run blackhole_test && npm run oracle_test"
}
}