-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.29 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
{
"name": "@ironblocks/firewall-consumer",
"version": "1.0.15",
"description": "Provided interface for smart contracts to connect to Ironblocks' Firewall",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.1",
"hardhat": "^2.12.0",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.8.2"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.6",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0-rc.1",
"@openzeppelin/hardhat-upgrades": "^1.21.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ironblocks/onchain-firewall.git",
"directory": "packages/firewall-consumer"
},
"keywords": [
"ethereum",
"smart-contracts",
"hardhat",
"firewall",
"security"
],
"author": "IRONBLOCKS LTD",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ironblocks/onchain-firewall/issues"
},
"homepage": "https://github.com/ironblocks/onchain-firewall#readme"
}