-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
52
53
{
"name": "wrapped-navcoin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/truffle test",
"compile": "./node_modules/.bin/truffle compile",
"deploy": "./node_modules/.bin/truffle deploy",
"coverage": "./node_modules/.bin/solidity-coverage",
"watchtower": "node ./watchtower.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navcoin/wrapped-navcoin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/navcoin/wrapped-navcoin/issues"
},
"homepage": "https://github.com/navcoin/wrapped-navcoin#readme",
"dependencies": {
"@codewarriorr/electrum-client-js": "^0.1.1",
"async-mutex": "^0.3.1",
"bignumber.js": "^7.2.1",
"bitcore-lib": "git://github.com/aguycalled/bitcore-lib.git",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"crypto-balances": "^2.1.3",
"find-parent-dir": "^0.3.0",
"moment": "^2.29.1",
"net": "^1.0.2",
"node-binance-api": "^0.12.5",
"node-color-log": "^5.2.0",
"object-hash": "^2.1.1",
"openzeppelin-solidity": "1.12.0",
"rlp": "^2.1.0",
"solc": "^0.8.2",
"solhint": "^1.2.1",
"solidity-coverage": "^0.5.11",
"truffle": "5.1.65",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "1.3.4",
"yargs": "^12.0.2"
},
"devDependencies": {
"@openzeppelin/contracts-upgradeable": "^3.4.1",
"@openzeppelin/truffle-upgrades": "^1.5.0",
"@openzeppelin/upgrades": "^2.8.0"
}
}