-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "wyvern-v3",
"version": "3.1.0",
"description": "Wyvern Protocol v3.1, Ethereum implementation",
"main": "index.js",
"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+ssh://[email protected]/wyvernprotocol/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": {}
}