forked from UniLend/unilendv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "unilend-v2",
"version": "1.0.0",
"description": "",
"verify": {
"contracts": ""
},
"scripts": {
"testrpc": "ganache-cli --mnemonic 'valid duty blanket trip boy math choice best emerge target argue blush' --gasLimit 8000000",
"compile": "truffle compile",
"test": " truffle test test/*",
"deploy": "truffle deploy",
"verify": "truffle run verify $npm_package_verify_contracts --network mainnet"
},
"repository": {
"type": "git",
"url": "https://github.com/UniLend/smart-contracts"
},
"author": "Unilend Team <dev@unilend.finance>",
"license": "MIT",
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.44",
"bip39": "^3.0.2",
"eth-decoder": "0.0.1-beta.2",
"eth-gas-reporter": "^0.2.17",
"eth-sig-util": "^2.5.3",
"ethereumjs-util": "^7.0.5",
"ethereumjs-wallet": "^1.0.0",
"ganache-cli": "^6.10.2",
"openzeppelin-solidity": "^3.2.0",
"truffle": "^5.1.44",
"truffle-hdwallet-provider": "1.0.5",
"truffle-plugin-verify": "^0.5.15"
},
"devDependencies": {
"bignumber.js": "^9.0.0",
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"chai-bignumber": "^3.0.0"
}
}