41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"name": "hardhat-project",
|
|
"scripts": {
|
|
"compile": "hardhat clean && hardhat compile && hardhat flatten:all",
|
|
"deploy": "hardhat run ./scripts/deploy.ts",
|
|
"lint": "eslint **/*.ts --ignore-pattern typechain-types",
|
|
"test": "hardhat test",
|
|
"coverage": "hardhat clean && hardhat coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.8",
|
|
"@nomicfoundation/hardhat-ignition": "^0.15.9",
|
|
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.9",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.12",
|
|
"@typechain/ethers-v6": "^0.5.1",
|
|
"@typechain/hardhat": "^9.1.0",
|
|
"@types/chai": "^5.0.1",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^22.10.2",
|
|
"chai": "^4.5.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"ethers": "^6.13.4",
|
|
"hardhat": "^2.22.17",
|
|
"hardhat-gas-reporter": "^2.2.2",
|
|
"prettier": "^3.4.2",
|
|
"solidity-coverage": "^0.8.14",
|
|
"ts-node": "^10.9.2",
|
|
"tsc": "^2.0.4",
|
|
"typechain": "^8.3.2",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.18.1"
|
|
}
|
|
}
|