-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 798 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "hack_prevention_reference_implementation",
"version": "1.0.0",
"description": "This repository serves as a comprehensive archive of documented and scripts of historical smart contract exploits. The goal is to demonstrate how these exploits can be effectively prevented using the IPSChain decentralized firewall technology.",
"main": "hardhat.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/hardhat-upgrades": "^3.7.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"hardhat": "^2.22.17"
}
}