選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1005B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "tta-cert",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@types/node": "^22.9.0",
  13. "axios": "^1.7.9",
  14. "chalk": "4.1.2",
  15. "dotenv": "^16.4.5",
  16. "ethers": "^6.13.4",
  17. "hardhat-ethers": "^1.0.1",
  18. "typescript": "^5.6.3",
  19. "web3": "^4.16.0"
  20. },
  21. "devDependencies": {
  22. "@nomicfoundation/hardhat-ethers": "^3.0.8",
  23. "@nomicfoundation/hardhat-network-helpers": "^1.0.12",
  24. "@nomicfoundation/hardhat-verify": "^2.0.12",
  25. "@openzeppelin/hardhat-upgrades": "^3.5.0",
  26. "@typechain/ethers-v6": "^0.5.1",
  27. "@typechain/hardhat": "^9.1.0",
  28. "hardhat": "^2.22.16",
  29. "hardhat-contract-sizer": "^2.10.0",
  30. "hardhat-deploy": "^0.14.0",
  31. "hardhat-gas-reporter": "^2.2.1",
  32. "hardhat-upgrades": "^0.0.0",
  33. "solidity-coverage": "^0.8.13",
  34. "ts-node": "^10.9.2",
  35. "typechain": "^8.3.2"
  36. }
  37. }