UNPKG

namillum

Version:
38 lines (37 loc) 1.04 kB
{ "name": "ERC20ProxyForZRC2", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "hardhat compile" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^2.0.2", "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomicfoundation/hardhat-network-helpers": "^1.0.9", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-verify": "^2.0.1", "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.1.0", "@types/chai": "^4.3.10", "@types/mocha": ">=10.0.4", "@types/node": ">=20.9.0", "chai": "^4.3.10", "dotenv": "^16.4.1", "ethers": "^6.8.1", "hardhat": "^2.19.4", "hardhat-gas-reporter": "^1.0.9", "solidity-coverage": "^0.8.5", "ts-node": ">=10.9.1", "typechain": "^8.3.2", "typescript": ">=5.2.2" }, "dependencies": { "@openzeppelin/contracts": "^5.0.1" } }