-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 906 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
{
"name": "swapper-eyss",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts-upgradeable": "^3.2.0",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.6.2",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.4",
"hardhat": "^2.6.0",
"hardhat-gas-reporter": "^1.0.4",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"scripts": {
"fork": "npx hardhat node",
"deploy": "npx hardhat run --network localhost scripts/deployV1.ts",
"upgrade": "npx hardhat run --network localhost scripts/deployUpgradedV2.ts",
"test": "npx hardhat test"
},
"dependencies": {
"dotenv": "^10.0.0"
}
}