-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 746 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 746 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": "delance",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"typechain": "^8.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.9.9"
},
"scripts": {
"test": "mocha",
"deploy": "npx hardhat run scripts/delance.js",
"deploy-l": "npx hardhat run scripts/delance.js --network rinkeby",
"test-d": "yarn deploy && mocha"
},
"author": "",
"license": "ISC"
}