hardhat-log-remover
Version:
Remove Hardhat console.log imports and calls from Solidity source files
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "hardhat-log-remover",
"version": "2.1.1",
"license": "MIT",
"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": "https://github.com/ItsNickBarry/hardhat-log-remover",
"author": "Nick Barry",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --build",
"prepare": "husky",
"prettier": "prettier --write ."
},
"files": [
"dist/",
"src/"
],
"peerDependencies": {
"hardhat": "^2.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"chai": "^4.4.1",
"eslint-plugin-mocha": "^8.0.0",
"hardhat": "^2.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier-plugin-solidity": "^1.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}