ghost-amt
Version:
👻 ghost-amt is a powerful and interactive CLI tool to detect and remove unused, bloated, or duplicate npm dependencies in your Node.js projects.
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "ghost-amt",
"version": "1.0.0",
"description": "👻 ghost-amt is a powerful and interactive CLI tool to detect and remove unused, bloated, or duplicate npm dependencies in your Node.js projects.",
"main": "src/index.js",
"bin": {
"ghost-amt": "./bin/ghost-amt.js"
},
"scripts": {
"start": "node bin/ghost-amt.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ghost-amt",
"npm",
"cli",
"dependencies",
"unused",
"cleanup",
"depcheck",
"dependency-cleaner",
"npm-cleanup",
"npm-audit",
"npm-remover",
"npm-uninstall",
"nodejs",
"nodejs-cli",
"developer-tool",
"code-cleaner",
"project-cleaner",
"node-package-cleaner",
"npm-dependency-checker",
"remove-unused-packages"
],
"author": "Abdullah Al Mubin",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commit-amt": "^1.2.2",
"depcheck": "^1.4.3",
"inquirer": "^8.2.5",
"ora": "^5.4.1",
"package-json": "^7.0.0"
}
}