-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 KB
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
{
"name": "@poolzfinance/poolz-helper-v2",
"version": "3.0.4",
"description": "A single source of truth of helper contracts used by Poolz.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/The-Poolz/Poolz-Helper",
"repository": {
"type": "git",
"url": "https://github.com/The-Poolz/Poolz-Helper.git"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile"
},
"author": "Ashwin Arora",
"license": "MIT",
"dependencies": {
"@ironblocks/firewall-consumer": "^1.0.17",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@truffle/dashboard-hardhat-plugin": "^0.2.15",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"hardhat": "^2.22.15",
"hardhat-gas-reporter": "^2.1.1",
"solidity-coverage": "^0.8.13",
"ts-node": ">=8.0.0",
"typechain": "^8.3.2",
"@openzeppelin/contracts": "^5.1.0",
"typescript": "^5.4.5"
}
}