-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1000 Bytes
/
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
{
"name": "nfog2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "./node_modules/.bin/hardhat compile",
"test": "./node_modules/.bin/hardhat test",
"deploy:ganache": "./node_modules/.bin/hardhat deploy --network ganache --export-all client/src/contracts/NFog.json --reset",
"deploy:mumbai": "./node_modules/.bin/hardhat deploy --network mumbai --export-all client/src/contracts/NFog.json --reset",
"deploy:rinkeby": "./node_modules/.bin/hardhat deploy --network rinkeby --export-all client/src/contracts/NFog.json --reset"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.11",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.3",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8",
"hardhat-deploy": "^0.9.12"
}
}