forked from wyvernprotocol/wyvern-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "@curg/wyvern-v3",
"version": "3.1.0-2",
"description": "Wyvern Protocol v3.1, Ethereum implementation",
"files": [
"contracts"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"analyze": "scripts/analyze.sh",
"flatten": "scripts/flatten.sh",
"compile": "scripts/compile.sh",
"coverage": "scripts/coverage.sh",
"test": "scripts/test.sh",
"lint": "scripts/lint.sh",
"testrpc": "scripts/testrpc.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/curg/wyvern-v3.git"
},
"author": "Wyvern Protocol Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/wyvernprotocol/wyvern-v3/issues"
},
"homepage": "https://github.com/wyvernprotocol/wyvern-v3#readme",
"devDependencies": {
"@babel/runtime": "^7.12.5",
"coveralls": "^3.1.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.1",
"ganache-cli": "^6.12.1",
"ganache-core": "^2.13.1",
"lodash": "^4.17.20",
"openzeppelin-solidity": "^3.3.0",
"solidity-coverage": "^0.7.12",
"solium": "^1.2.5",
"standard": "^16.0.3",
"truffle": "^5.1.55",
"truffle-flattener": "^1.5.0",
"truffle-hdwallet-provider": "^1.0.17",
"dotenv": "^8.2.0",
"truffle-hdwallet-provider-klaytn": "^1.0.13-a",
"web3": "^1.3.0"
},
"dependencies": {},
"peerDependencies": {
"openzeppelin-solidity": "=3.3.0"
}
}