@solidstate/hardhat-log-remover
Version:
Remove Hardhat console.log imports and calls from Solidity source files
60 lines • 1.5 kB
JSON
{
"name": "@solidstate/hardhat-log-remover",
"version": "3.0.0",
"description": "Remove Hardhat console.log imports and calls from Solidity source files",
"keywords": [
"harhat",
"buidler",
"solidity",
"smart-contracts",
"console",
"log",
"console.log",
"ethereum",
"blockchain",
"wow"
],
"repository": "github:solidstate-network/hardhat-log-remover",
"license": "MIT",
"author": "Nick Barry",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"dependencies": {
"@solidstate/hardhat-solidstate-utils": "^1.0.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-utils": "^3.0.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.2.1",
"hardhat": "^3.0.0",
"husky": "^9.1.7",
"knip": "^5.62.0",
"lint-staged": "github:ItsNickBarry/lint-staged#knip",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
"prettier-plugin-solidity": "^2.1.0",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
},
"peerDependencies": {
"@nomicfoundation/hardhat-utils": "^3.0.0",
"hardhat": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm clean && tsc --build",
"clean": "rm -rf dist/",
"prettier": "prettier --write .",
"test": "pnpm clean && tsx --test --experimental-test-coverage"
}
}