| 1 | { |
| 2 | "name": "hardhat-project", |
| 3 | "devDependencies": { |
| 4 | "@nomicfoundation/hardhat-toolbox": "^3.0.0", |
| 5 | "@nomiclabs/hardhat-etherscan": "^3.1.7", |
| 6 | "hardhat": "^2.18.0", |
| 7 | "mocha": "^10.2.0" |
| 8 | }, |
| 9 | "dependencies": { |
| 10 | "@openzeppelin/contracts": "^5.0.0", |
| 11 | "@tokenbound/sdk": "^0.3.12", |
| 12 | "axios": "^1.5.1", |
| 13 | "dotenv": "^16.3.1", |
| 14 | "ethers": "^6.7.1", |
| 15 | "viem": "^1.16.5" |
| 16 | } |
| 17 | } |