package.json 330 B

1234567891011121314
  1. {
  2. "devDependencies": {
  3. "@nomicfoundation/hardhat-toolbox": "^2.0.0",
  4. "@nomiclabs/hardhat-web3": "^2.0.0",
  5. "hardhat": "^2.11.2",
  6. "mocha": "^10.0.0",
  7. "request": "^2.88.2",
  8. "ts-generator": "^0.1.1",
  9. "ts-node": "^10.9.1",
  10. "typechain": "^8.1.0",
  11. "typescript": "^4.8.4",
  12. "web3": "^1.8.0"
  13. }
  14. }