-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1011 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
{
"name": "veryyoung-nft-demo",
"version": "1.0.0",
"description": "veryyoung nft demo",
"scripts": {
"test": "npx hardhat test --network localhost",
"complie": "npx hardhat compile",
"deploy:simple": "npx hardhat run scripts/deploy_simple.js --network rinkeby",
"deploy": "npx hardhat run scripts/deploy.js"
},
"repository": {
"type": "git",
"url": "git@github.com/veryyoung/nft-demo.git"
},
"author": "veryyoung",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"erc721a": "^3.1.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.6.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.1",
"dotenv": "^10.0.0",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.27"
}
}