clearnpmod
Version:
A CLI tool to find and clean up node_modules directories recursively
48 lines (47 loc) • 1.05 kB
JSON
{
"name": "clearnpmod",
"version": "1.0.0",
"description": "A CLI tool to find and clean up node_modules directories recursively",
"main": "clearnpmod.js",
"bin": {
"clearnpmod": "./clearnpmod.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "echo \"No linting configured yet\"",
"prepublishOnly": "echo \"Running pre-publish checks...\""
},
"keywords": [
"node_modules",
"cleanup",
"cli",
"disk-space",
"npm",
"clean",
"delete",
"recursive",
"interactive"
],
"author": "KaLok Sam dc02561@umac.mo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/K4Lok/clearnpmod.git"
},
"bugs": {
"url": "https://github.com/K4Lok/clearnpmod/issues"
},
"homepage": "https://github.com/K4Lok/clearnpmod#readme",
"engines": {
"node": ">=14.0.0"
},
"files": [
"clearnpmod.js",
"README.md",
"LICENSE"
],
"dependencies": {
"inquirer": "^12.6.3"
},
"devDependencies": {}
}