@thepushkaraj/noconsole
Version:
A CLI tool to remove console.log statements from codebases
28 lines (27 loc) • 592 B
JSON
{
"name": "@thepushkaraj/noconsole",
"version": "1.0.3",
"description": "A CLI tool to remove console.log statements from codebases",
"main": "src/index.js",
"type": "module",
"bin": {
"noconsole": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"console.log",
"code-cleanup",
"javascript"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^11.1.0",
"glob": "^10.3.10",
"inquirer": "^12.5.0"
}
}