-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "hardhat-jest-example",
"version": "0.0.3",
"description": "",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test:jest",
"deploy": "npx hardhat run --network ganache scripts/deploy.ts"
},
"author": "comingAlive",
"license": "MIT",
"devDependencies": {
"@ethereum-waffle/jest": "^3.2.2",
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "6.0.5",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.2.0",
"hardhat": "^2.3.0",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-jest-plugin": "^0.0.4",
"hardhat-typechain": "^0.3.5",
"jest": "26.6.3",
"jest-environment-node-single-context": "^26.2.0",
"ts-generator": "^0.1.1",
"ts-jest": "26.5.6",
"ts-node": "^10.0.0",
"typechain": "4.0.3",
"typescript": "^4.3.2"
}
}