-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 889 Bytes
/
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
{
"name": "hardhat-project",
"version": "0.0.1",
"description": "",
"scripts": {
"compile": "hardhat compile",
"test": "npm run compile && hardhat test",
"deploy": "hardhat run --network ropsten scripts/deploy.ts"
},
"author": "Kei Nakano",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/test-helpers": "^0.5.13",
"@typechain/ethers-v5": "^7.1.0",
"@typechain/hardhat": "^2.0.2",
"@types/chai": "^4.2.18",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.4",
"ts-generator": "^0.1.1",
"ts-node": "^10.2.1",
"typechain": "^5.1.2",
"typescript": "^4.4.3",
"@openzeppelin/contracts": "^3.4.0"
}
}