-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 863 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 863 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
{
"dependencies": {
"@maticnetwork/maticjs": "^2.0.38",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^3.4.1",
"@typechain/ethers-v5": "^6.0.2",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.32",
"chai": "^4.3.3",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.32",
"hardhat": "^2.1.1",
"hardhat-deploy": "^0.7.0-beta.47",
"hardhat-typechain": "^0.3.5",
"mocca": "^1.0.3",
"solidity-coverage": "^0.7.16",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.1",
"typescript": "^4.2.3"
},
"scripts": {
"test": "npx hardhat test",
"build": "npx hardhat compile",
"deploy": "npx hardhat run deployment/full_deployment.ts",
"coverage": "npx hardhat coverage"
}
}