forked from JackyWYX/harmony_rainbow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 KB
/
package.json
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
{
"name": "harmony_rainbow",
"version": "1.0.0",
"description": "Personal rainbow bridge for hmy<>eth",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@harmony-js/account": "^0.1.53",
"@harmony-js/contract": "^0.1.53",
"@harmony-js/core": "^0.1.53",
"@harmony-js/crypto": "^0.1.48",
"@harmony-js/utils": "^0.1.48",
"@openzeppelin/contracts": "^2.5.1",
"bignumber.js": "^9.0.0",
"bn.js": "^5.1.3",
"dotenv": "^8.2.0",
"eth-proof": "^2.1.4",
"eth-util-lite": "^1.0.1",
"tslib": "^2.0.1",
"web3": "1.2.11"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"ganache-cli": "^6.9.1",
"solc": "^0.5.17",
"solidity-coverage": "^0.7.5",
"solium": "^1.2.5",
"truffle": "^5.1.24",
"truffle-flattener": "^1.4.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JackyWYX/harmony_rainbow.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JackyWYX/harmony_rainbow/issues"
},
"homepage": "https://github.com/JackyWYX/harmony_rainbow#readme"
}