-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 1.12 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
{
"name": "hadhat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"dotenv": "^10.0.0",
"fs": "0.0.1-security",
"hardhat": "^2.6.1",
"ipfs-api": "^26.1.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.5",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.5"
},
"scripts": {
"test": "npx hardhat test",
"deploy": "npx hardhat run --network fantomtestnet scripts/deploy.js",
"deploy_fantom": "npx hardhat run --network fantom scripts/deploy.js",
"deploy_icicb": "npx hardhat run --network ICICB scripts/deploy.js",
"deploy_icicbtest": "npx hardhat run --network ICICBtestnet scripts/deploy.js",
"deploy_local": "npx hardhat run --network localhost scripts/deploy.js",
"deploy_ganache": "npx hardhat run --network ganache scripts/deploy.js",
"deploy_ipfs" :"node scripts/upload_IPFS/upload_ipfs.js",
"deploy_ipfs_image" :"node scripts/upload_IPFS/upload_ipfs_image.js"
},
"author": "",
"license": "ISC"
}