-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 827 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 827 Bytes
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
{
"name": "dreamland",
"version": "0.1.0",
"private": true,
"scripts": {
"deploy-local": "hardhat run scripts/deploy.js --network localhost",
"deploy-rinkeby": "hardhat run scripts/deploy.js --network rinkeby",
"deploy-kovan": "hardhat run scripts/deploy.js --network kovan",
"deploy-mainnet": "hardhat run scripts/deploy.js --network mainnet"
},
"dependencies": {
"@jbox/sol": "^1.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"ethereum-waffle": "^3.4.0",
"ethereumjs-wallet": "^1.0.1",
"ethers": "^5.4.0"
},
"devDependencies": {
"@openzeppelin/contracts": "^4.1.0",
"chalk": "^4.1.1",
"fs": "^0.0.1-security",
"hardhat": "^2.4.1",
"hardhat-deploy": "^0.8.9",
"hardhat-deploy-ethers": "^0.3.0-beta.10"
}
}