-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "even-old",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:local": "./node_modules/.bin/hardhat node",
"test": "echo \"Error: no test specified\" && exit 1",
"coverage": "npx hardhat coverage --testfiles 'test/*.js'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "2.1.8",
"@nomiclabs/hardhat-solhint": "2.0.0",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/test-helpers": "0.5.15",
"@truffle/hdwallet-provider": "^2.0.0",
"dotenv": "10.0.0",
"ethereum-waffle": "3.4.0",
"ethers": "5.5.1",
"fast-glob": "3.2.7",
"hardhat": "2.5.0",
"js-big-decimal": "1.3.4",
"mocha-junit-reporter": "2.0.2",
"mocha-multi-reporters": "1.5.1",
"random": "3.0.6"
},
"devDependencies": {
"chai": "^4.3.6",
"hardhat-exposed": "^0.2.2",
"mocha": "9.1.3",
"solidity-coverage": "^0.7.20"
}
}