File size: 517 Bytes
03c8703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "cgae-contracts",
  "version": "2.0.0",
  "description": "CGAE smart contracts for 0G Chain",
  "private": true,
  "scripts": {
    "compile": "npx hardhat compile",
    "deploy:0g": "npx hardhat run scripts/deploy.js --network zgTestnet",
    "deploy:local": "npx hardhat run scripts/deploy.js --network localhost",
    "test": "npx hardhat test"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-toolbox": "^5.0.0",
    "hardhat": "^2.28.6"
  },
  "dependencies": {
    "ethers": "^6.0.0"
  }
}