Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 937B

12345678910111213141516171819202122232425262728293031323334
  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. "dotenv": "^16.4.5",
  14. "ethers": "^6.13.4",
  15. "hardhat-ethers": "^1.0.1",
  16. "typescript": "^5.6.3"
  17. },
  18. "devDependencies": {
  19. "@nomicfoundation/hardhat-ethers": "^3.0.8",
  20. "@nomicfoundation/hardhat-network-helpers": "^1.0.12",
  21. "@nomicfoundation/hardhat-verify": "^2.0.12",
  22. "@openzeppelin/hardhat-upgrades": "^3.5.0",
  23. "@typechain/ethers-v6": "^0.5.1",
  24. "@typechain/hardhat": "^9.1.0",
  25. "hardhat": "^2.22.16",
  26. "hardhat-contract-sizer": "^2.10.0",
  27. "hardhat-deploy": "^0.14.0",
  28. "hardhat-gas-reporter": "^2.2.1",
  29. "hardhat-upgrades": "^0.0.0",
  30. "solidity-coverage": "^0.8.13",
  31. "ts-node": "^10.9.2",
  32. "typechain": "^8.3.2"
  33. }
  34. }