-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 844 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 844 Bytes
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
{
"name": "hardhat-project",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.9",
"install-peerdeps": "^3.0.3",
"ts-pnp": "^1.2.0",
"yarn": "^1.22.18",
"yarn-lock-tool": "^1.0.1",
"yarpm": "^1.1.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@typechain/truffle-v5": "^8.0.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.27",
"chai": "^4.3.6",
"ethers": "^5.6.4",
"hardhat-deploy": "^0.11.4",
"mocha": "^9.2.2",
"truffle": "^5.5.11",
"ts-node": "^10.7.0",
"typechain": "^8.0.0",
"typescript": "^4.6.3"
},
"scripts": {
"generate-types": "npx typechain --target=truffle-v5 'build/contracts/*.json'",
"postinstall": "npx truffle compile && npm run generate-types"
}
}