-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "eris-token",
"version": "1.0.0",
"description": "= eris-token",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyotee/eris-token.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyotee/eris-token/issues"
},
"homepage": "https://github.com/cyotee/eris-token#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.0.0",
"@nomiclabs/hardhat-ganache": "^2.0.0",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-solpp": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/test-helpers": "^0.5.9",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.0.19",
"hardhat": "^2.0.3",
"hardhat-gas-reporter": "^1.0.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"solidity-coverage": "^0.7.11",
"web3": "^1.3.0"
},
"dependencies": {
"@openzeppelin/contracts": "^3.2.0",
"@uniswap/lib": "^2.1.0",
"@uniswap/v2-core": "^1.0.1",
"buidler-source-descriptor": "0.0.15-rc",
"solc": "^0.7.4",
"solhint": "^3.3.2",
"solidity-code-metrics": "0.0.10",
"solidity-docgen": "^0.5.8",
"truffle-assertions": "^0.9.2",
"truffle-security": "^1.7.3",
"vsce": "^1.81.1"
},
"directories": {
"test": "test"
}
}