-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.16 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": "iou",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "hardhat test",
"deploy:rinkeby": "npx hardhat run --network rinkeby scripts/deploy.ts",
"verify:rinkeby": "npx hardhat verify --network rinkeby 0xe99C85DB9383fd364A6b25642BB8b3aEb1964463 '0x196eC7109e127A353B709a20da25052617295F6f'",
"deploy:mainnet": "npx hardhat run --network mainnet scripts/deploy.ts",
"verify:mainnet": "npx hardhat verify --network mainnet 0xTODO"
},
"keywords": [],
"author": "vapejuicejordan.eth",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@typechain/ethers-v5": "^7.1.2",
"@typechain/hardhat": "^2.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.2",
"base64-sol": "^1.0.1",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"expect": "^27.2.4",
"hardhat": "^2.6.4",
"hardhat-gas-reporter": "^1.0.4",
"ts-node": "^10.2.1",
"typechain": "^5.1.2",
"typescript": "^4.4.3"
}
}