| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "tta-cert",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@types/node": "^22.9.0",
- "axios": "^1.7.9",
- "chalk": "4.1.2",
- "dotenv": "^16.4.5",
- "ethers": "^6.13.4",
- "hardhat-ethers": "^1.0.1",
- "typescript": "^5.6.3",
- "web3": "^4.16.0"
- },
- "devDependencies": {
- "@nomicfoundation/hardhat-ethers": "^3.0.8",
- "@nomicfoundation/hardhat-network-helpers": "^1.0.12",
- "@nomicfoundation/hardhat-verify": "^2.0.12",
- "@openzeppelin/hardhat-upgrades": "^3.5.0",
- "@typechain/ethers-v6": "^0.5.1",
- "@typechain/hardhat": "^9.1.0",
- "hardhat": "^2.22.16",
- "hardhat-contract-sizer": "^2.10.0",
- "hardhat-deploy": "^0.14.0",
- "hardhat-gas-reporter": "^2.2.1",
- "hardhat-upgrades": "^0.0.0",
- "solidity-coverage": "^0.8.13",
- "ts-node": "^10.9.2",
- "typechain": "^8.3.2"
- }
- }
|