{ "name": "@aitbc/aitbc-token", "version": "0.2.3", "private": true, "type": "module", "description": "AITBC Solidity contracts for attested receipt-based minting", "scripts": { "build": "hardhat compile", "test": "hardhat test", "lint": "prettier --check \"contracts/**/*.sol\" \"scripts/**/*.ts\" \"test/**/*.ts\"", "format": "prettier --write \"contracts/**/*.sol\" \"scripts/**/*.ts\" \"test/**/*.ts\"", "deploy": "hardhat run scripts/deploy.ts --network localhost" }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "^4.0.0", "@nomicfoundation/hardhat-ethers-chai-matchers": "^3.0.0", "@nomicfoundation/hardhat-ignition": "^3.0.7", "@nomicfoundation/hardhat-ignition-ethers": "^3.0.7", "@nomicfoundation/hardhat-keystore": "^3.0.0", "@nomicfoundation/hardhat-mocha": "^3.0.0", "@nomicfoundation/hardhat-network-helpers": "^3.0.0", "@nomicfoundation/hardhat-toolbox-mocha-ethers": "^3.0.2", "@nomicfoundation/hardhat-typechain": "^3.0.0", "@nomicfoundation/hardhat-verify": "^3.0.0", "@nomicfoundation/ignition-core": "^3.0.7", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", "@types/node": "^20.11.30", "chai": "^5.1.2", "ethers": "^6.16.0", "hardhat": "^3.3.0", "mocha": "^11.0.0", "prettier": "^3.2.5", "prettier-plugin-solidity": "^2.3.1", "ts-node": "^10.9.2", "typescript": "^5.9.2" }, "dependencies": { "@openzeppelin/contracts": "^5.0.2" }, "engines": { "node": ">=24.14.0" } }