-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 888 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
28
29
30
31
32
33
34
35
36
37
{
"name": "skywarp-nft-721a",
"version": "1.0.0",
"description": "",
"files": [
"contracts/**/*.sol"
],
"scripts": {
"test": "npx hardhat test",
"compile": "hardhat compile",
"typechain": "hardhat typechain"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"argparse": "2.0.1",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.1",
"hardhat": "^2.6.1",
"hardhat-contract-sizer": "^2.0.3",
"node-fetch": "3.2.3",
"typechain": "^5.1.2"
},
"dependencies": {
"axios": "^1.1.2",
"bn.js": "^5.2.0",
"csv-parse": "^4.16.3",
"fs": "0.0.1-security",
"node-fetch": "^2.6.7"
}
}