-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "blitzbackcontract",
"version": "0.0.1",
"description": "Contract for creating fixed price lunch",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"postinstall": "npx ts-node ./scripts/fileImport.ts"
},
"author": "Lomet",
"license": "ISC",
"devDependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/contracts": "^4.9.3",
"@poolzfinance/poolz-helper-v2": "^2.3.3",
"@truffle/dashboard-hardhat-plugin": "^0.2.15",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/adm-zip": "^0.5.2",
"@types/chai": "^4.3.8",
"@types/mocha": "^10.0.2",
"axios": "^1.5.0",
"chai": "^4.3.8",
"fs": "^0.0.1-security",
"hardhat": "^2.17.2",
"hardhat-gas-reporter": "^1.0.9",
"openzeppelin-solidity": "^3.4.1",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@ironblocks/firewall-consumer": "^1.0.4",
"poolz-helper-v2": "^2.1.13"
}
}