47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"name": "hardhat-simple-storage",
|
|
"version": "1.0.1",
|
|
"description": "Hoelee Practical Using Hardhat To Create Smart Contract",
|
|
"repository": "https://git.hoelee.com/hoelee/hardhat-simple-storage.git",
|
|
"author": "hoelee <me@hoelee.com>",
|
|
"license": "Unlicense",
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"devDependencies": {
|
|
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
|
"@nomicfoundation/hardhat-ignition": "^0.15.0",
|
|
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.0",
|
|
"@typechain/ethers-v6": "^0.5.0",
|
|
"@typechain/hardhat": "^9.0.0",
|
|
|
|
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
|
|
"@nomiclabs/hardhat-etherscan": "^3.0.0",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.2",
|
|
"chai": "^4.3.4",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"ethers": "^5.5.3",
|
|
"hardhat": "^2.8.3",
|
|
"hardhat-deploy": "^0.9.29",
|
|
"hardhat-gas-reporter": "^1.0.7",
|
|
"solidity-coverage": "^0.8.12",
|
|
"@chainlink/contracts": "^0.3.1",
|
|
"dotenv": "^14.2.0",
|
|
|
|
"solhint": "^5.0.2",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-solidity": "^1.3.1"
|
|
},
|
|
"scripts": {
|
|
"test": "yarn hardhat test",
|
|
"test:staging": "hardhat test --network sepolia",
|
|
"lint": "solhint 'contracts/**/*.sol'",
|
|
"lint:fix": "solhint 'contracts/**/*.sol' --fix",
|
|
"format": "prettier --write .",
|
|
"coverage": "hardhat coverage"
|
|
}
|
|
}
|