{ "name": "proposal-27", "version": "1.0.0", "repository": "https://git.tornado.ws/Theo/proposal-27-update-ipfs", "author": "Theo", "license": "MIT", "private": false, "scripts": { "calculateENS": "npx ts-node scripts/calculateENSNodes.ts", "calculateIpfsV1Cids": "npx ts-node scripts/calculateIpfsV1Cids", "calculateIPFS": "npx ts-node scripts/calculateIPFSContenthashes", "init": "cd lib && git clone --recurse-submodules https://github.com/foundry-rs/forge-std", "test:windows": ".\\.env.bat && forge test", "test:linux": ". .env && forge test", "test:gas:windows": ".\\.env.bat && forge test --gas-report", "test:gas:linux": ". .env && forge test --gas-report" }, "dependencies": { "@ensdomains/ens-contracts": "^0.0.21", "@ensdomains/eth-ens-namehash": "^2.0.15", "@openzeppelin/contracts": "^4.9.0", "@openzeppelin/upgrades-core": "^1.26.2", "content-hash": "^2.5.2", "js-sha3": "^0.8.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" } }