@happyvibess/node-cleaner
Version:
🧹 Interactive CLI tool to find and clean node_modules directories and free up space
61 lines (60 loc) • 1.33 kB
JSON
{
"name": "@happyvibess/node-cleaner",
"version": "1.2.0",
"description": "🧹 Interactive CLI tool to find and clean node_modules directories and free up space",
"main": "bin/index.js",
"bin": {
"node-cleaner": "./bin/index.js",
"nc": "./bin/index.js"
},
"type": "module",
"scripts": {
"start": "node bin/index.js",
"lint": "eslint .",
"format": "prettier --write ."
},
"keywords": [
"node",
"cleaner",
"node_modules",
"cleanup",
"disk-space",
"cli",
"interactive",
"system",
"maintenance",
"optimization"
],
"author": "happyvibess",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"inquirer": "^9.2.7",
"ora": "^6.3.1",
"bytes": "^3.1.2",
"fs-extra": "^11.1.1",
"cli-progress": "^3.12.0",
"glob": "^10.2.7",
"figures": "^5.0.0",
"boxen": "^7.1.1"
},
"devDependencies": {
"eslint": "^8.42.0",
"prettier": "^2.8.8"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/happyvibess/node-cleaner"
},
"bugs": {
"url": "https://github.com/happyvibess/node-cleaner/issues"
},
"homepage": "https://github.com/happyvibess/node-cleaner#readme"
}