-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 944 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
{
"name": "meta-foxes-genesis",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:Next-DAO/meta-foxes-genesis.git",
"author": "shep.eth <[email protected]>",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"chai": "^4.2.0",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.6.2",
"hardhat": "^2.17.0",
"hardhat-deploy": "^0.11.4"
},
"scripts": {
"deploy": "hardhat deploy",
"compile": "hardhat compile",
"chain": "hardhat node --network hardhat --no-deploy",
"verify": "hardhat etherscan-verify",
"solhint": "solhint contracts/**/*.sol",
"export-abi": "hardhat export",
"metadata": "node scripts/generate_metadata.js"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"csv-writer": "^1.6.0",
"erc721a": "^3.1.0"
}
}