18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"name": "@agent-bounty/smart-contracts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"compile": "hardhat compile",
|
|
"deploy:base": "hardhat run scripts/deploy_bot_trap.ts --network base"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
|
|
"hardhat": "^2.19.0",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^5.0.0"
|
|
}
|
|
}
|