package.json 648 B

123456789101112131415161718192021222324
  1. {
  2. "name": "redpacket-hardhad-rinkeby",
  3. "version": "1.0.0",
  4. "description": "redpacket-hardhad-rinkeby test",
  5. "main": "hardhat.config.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "devyk",
  10. "license": "MIT",
  11. "devDependencies": {
  12. "@nomiclabs/hardhat-ethers": "^2.0.5",
  13. "@nomiclabs/hardhat-waffle": "^2.0.3",
  14. "@openzeppelin/contracts": "^4.0.0",
  15. "@openzeppelin/hardhat-upgrades": "^1.9.0",
  16. "chai": "^4.3.6",
  17. "ethereum-waffle": "^3.4.0",
  18. "ethers": "^5.6.1",
  19. "hardhat": "^2.9.1"
  20. },
  21. "dependencies": {
  22. "@openzeppelin/contracts-upgradeable": "^4.0.0"
  23. }
  24. }