{ "name": "contracts", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@nomicfoundation/hardhat-ignition": "^0.15.16", "@nomicfoundation/hardhat-toolbox": "^6.1.2", "@nomicfoundation/ignition-core": "^0.15.15", "@types/node": "^25.5.0", "chai": "^6.2.2", "dotenv": "^17.3.1", "hardhat": "^2.28.6", "ts-node": "^10.9.2", "typescript": "^6.0.2" }, "dependencies": { "@openzeppelin/contracts": "^4.9.6" } }