forked from wyvernprotocol/wyvern-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@passive-income/wyvern-v3",
"private": false,
"version": "3.1.7",
"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]/PSI-Passive-Income/wyvern-v3"
},
"author": "Wyvern Protocol Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/PSI-Passive-Income/wyvern-v3/issues"
},
"homepage": "https://github.com/PSI-Passive-Income/wyvern-v3#readme",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"files": [
"abi",
"artifacts",
"contracts",
"typechain"
],
"devDependencies": {
"@babel/runtime": "^7.12.5",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-ganache": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "4.3.2",
"@openzeppelin/hardhat-upgrades": "^1.5.0",
"@openzeppelin/test-helpers": "^0.5.12",
"@openzeppelin/truffle-upgrades": "^1.4.0",
"@typechain/ethers-v5": "^5.0.0",
"@types/chai": "^4.2.14",
"@types/lodash": "^4.14.175",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.21",
"axios": "^0.21.1",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.3.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.1",
"ethereumjs-util": "^6.2.0",
"ethers": "^5.4.7",
"ganache-cli": "^6.12.1",
"ganache-core": "^2.13.1",
"hardhat": "^2.7.1",
"hardhat-abi-exporter": "^2.0.8",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-dependency-compiler": "^1.1.1",
"hardhat-tracer": "^1.0.0-alpha.2",
"hardhat-typechain": "^0.3.4",
"lodash": "^4.17.20",
"mocha": "^8.2.1",
"ncp": "^2.0.0",
"openzeppelin-solidity": "^3.3.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"solc": "^0.8.10",
"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",
"truffle-hdwallet-provider-klaytn": "^1.0.13-a",
"ts-node": "^9.1.1",
"typechain": "^4.0.1",
"typescript": "^4.1.3",
"web3": "^1.3.0"
},
"dependencies": {}
}