{ "name": "cgae-contracts", "version": "1.0.0", "description": "CGAE smart contracts for Filecoin Calibration Testnet", "private": true, "scripts": { "compile": "npx hardhat compile", "deploy:calibnet": "npx hardhat run scripts/deploy.js --network calibnet", "deploy:local": "npx hardhat run scripts/deploy.js --network localhost", "verify": "node scripts/verify_deployment.js", "test": "npx hardhat test" }, "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", "hardhat": "^2.28.6" }, "dependencies": { "ethers": "^6.0.0" }, "main": "hardhat.config.js", "keywords": [], "author": "", "license": "ISC" }