-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.47 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
37
38
39
40
41
42
43
44
{
"name": "zoo-lnt-vault",
"version": "1.0.0",
"license": "Apache-2.0",
"devDependencies": {
"@chainlink/contracts": "^0.6.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-ignition": "^0.15.0",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@nomicfoundation/ignition-core": "^0.15.0",
"@openzeppelin/contracts": "^5.2.0",
"@openzeppelin/hardhat-upgrades": "^3.9.0",
"@pythnetwork/pyth-sdk-solidity": "^3.1.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.2.0",
"@types/lodash": "^4.17.0",
"@types/mocha": ">=9.1.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.7",
"dotenv": "^16.0.2",
"ethers": "^6.11.1",
"hardhat": "^2.22.1",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-gas-reporter": "^2.0.2",
"lodash": "^4.17.21",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.4.3",
"uuid": "^9.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "hardhat run scripts/1-deploy.ts --network",
"verify": "hardhat run scripts/verify.ts --network"
}
}