mirror of
https://github.com/rjNemo/epicNFT
synced 2026-06-06 01:46:38 +00:00
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.9.1...v4.9.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
808 B
JSON
28 lines
808 B
JSON
{
|
|
"name": "nft-collection",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"config": {
|
|
"contractAddress": "0xAd9b1Faf6eDC836C16c7ff4e1E16012982030CE3"
|
|
},
|
|
"scripts": {
|
|
"dev": "npx hardhat run scripts/run.js",
|
|
"deploy:testnet": "npx hardhat run scripts/deploy.js --network rinkeby",
|
|
"verify:testnet": "npx hardhat verify ${npm_package_config_contractAddress} --network rinkeby",
|
|
"test": "npx hardhat test"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
|
"@nomiclabs/hardhat-etherscan": "^3.0.3",
|
|
"@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.9.2",
|
|
"dotenv": "^16.0.0"
|
|
}
|
|
}
|