-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.44 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
36
{
"name": "hadhat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/contracts": "^5.0.2",
"chai": "^5.1.0",
"dotenv": "^16.4.5",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"hardhat": "^2.22.3",
"ipfs-api": "^26.1.2",
"ipfs-http-client": "^60.0.1",
"nodemon": "^3.1.0"
},
"scripts": {
"test": "npx hardhat test",
"deploy": "npx hardhat run --network bscTestnet scripts/deploy.js",
"verify": "npx hardhat run --network bscTestnet scripts/verify.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",
"checkBalance": "npx hardhat check-balance --network fantomtestnet",
"deploy_image": "node scripts/ipfs/upload_ipfs_image.js",
"deploy_metadata": "node scripts/ipfs/upload_metadata.js"
},
"author": "",
"license": "ISC"
}