123456789101112131415161718192021222324 |
- {
- "name": "redpacket-hardhad-rinkeby",
- "version": "1.0.0",
- "description": "redpacket-hardhad-rinkeby test",
- "main": "hardhat.config.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "devyk",
- "license": "MIT",
- "devDependencies": {
- "@nomiclabs/hardhat-ethers": "^2.0.5",
- "@nomiclabs/hardhat-waffle": "^2.0.3",
- "@openzeppelin/contracts": "^4.0.0",
- "@openzeppelin/hardhat-upgrades": "^1.9.0",
- "chai": "^4.3.6",
- "ethereum-waffle": "^3.4.0",
- "ethers": "^5.6.1",
- "hardhat": "^2.9.1"
- },
- "dependencies": {
- "@openzeppelin/contracts-upgradeable": "^4.0.0"
- }
- }
|