-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 915 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": "@poolzfinance/builders",
"version": "0.8.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "The Poolz",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@truffle/dashboard-hardhat-plugin": "^0.2.15",
"hardhat": "^2.20.0",
"solidity-coverage": "^0.8.7"
},
"dependencies": {
"@ironblocks/firewall-consumer": "^1.0.13",
"@openzeppelin/contracts": "^5.0.2",
"@poolzfinance/poolz-helper-v2": "^3.0.0",
"@poolzfinance/lockdeal-nft": "0.8.1",
"@poolzfinance/refund-provider": "^0.8.0",
"@poolzfinance/collateral-provider": "^0.8.1"
}
}