mirror of
https://github.com/rjNemo/epicNFT
synced 2026-06-06 01:46:38 +00:00
20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"name": "nft-collection",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "npx hardhat run scripts/sample-script.js"
|
|
},
|
|
"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.3"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.5.0"
|
|
}
|
|
}
|