forked from xdefilab/xnsure-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"private": true,
"name": "xnsure-protocol",
"version": "0.0.1",
"description": "xNsure Protocol",
"scripts": {
"compile": "truffle compile",
"testrpc": "ganache-cli --deterministic --gasLimit 10000000",
"test": "truffle test",
"test:verbose": "VERBOSE=true truffle test",
"coverage": "yarn solidity-coverage",
"deploy:kovan": "truffle migrate --reset --network kovan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdefilab/xnsure-protocol.git"
},
"bugs": {
"url": "https://github.com/xdefilab/xnsure-protocol/issues"
},
"homepage": "https://github.com/xdefilab/xnsure-protocol#readme",
"dependencies": {
"@openzeppelin/contracts": "^2.5.1",
"@openzeppelin/test-helpers": "^0.5.6",
"@truffle/hdwallet-provider": "^1.0.41",
"decimal.js": "10.2.0",
"dotenv": "^8.2.0",
"truffle": "^5.0.41",
"truffle-assertions": "^0.9.1",
"truffle-flattener": "1.4.2",
"web3": "^1.2.1",
"zeppelin-solidity": "1.12.0"
},
"main": "truffle-config.js",
"keywords": [],
"author": ""
}