-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 817 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 817 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": "utransmute",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"author": "Initially coded as a BlackHole contract by Alessandro Siniscalchi (EOS21 Protocol - shEOS.org)",
"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": {
"utransmute_test": "cd utransmute && truffle test",
"oracle_test": "cd oracle && mocha",
"start": "nodejs ./uTransmute.js",
"test": "npm run utransmute_test && npm run oracle_test"
}
}