-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "launchpad",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile",
"deploy-basic": "hardhat run scripts/deploy-prod-basic.js --network mainnet",
"deploy-unlimited": "hardhat run scripts/deploy-prod-unlimited.js --network mainnet",
"set-metauce": "hardhat run scripts/set-metauce.js --network mainnet",
"deploy-basic-test": "hardhat run scripts/deploy-basic.js --network testnet",
"set-basic-test": "hardhat run scripts/set-basic.js --network testnet",
"deploy-unlimted-test": "hardhat run scripts/deploy-unlimited.js --network testnet",
"set-unlimited-test": "hardhat run scripts/set-unlimited.js --network testnet"
},
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/contracts-upgradeable": "^4.4.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"chai": "^4.3.4",
"commander": "^6.1.0",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.3.0",
"ethereumjs-util": "^7.0.4",
"ethers": "^5.3.1",
"hardhat": "^2.6.6"
},
"dependencies": {
"metis-sourcecode-verify": "^0.0.3"
}
}