UNPKG

starve

Version:

Clean and remove unnecessary files and folders from node_modules

38 lines (37 loc) 793 B
{ "name": "starve", "version": "5.0.0", "description": "Clean and remove unnecessary files and folders from node_modules", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\"", "postversion": "git push && git push --tags" }, "bin": { "starve": "./starve.sh" }, "repository": { "type": "git", "url": "git+https://github.com/93v/starve.git" }, "keywords": [ "slim down", "starve", "prune", "clean up", "node_modules", "node prune", "node clean", "autoclean", "starvation" ], "author": "93v <93v@protonmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/93v/starve/issues" }, "homepage": "https://github.com/93v/starve#readme", "files": [ "starve.sh" ] }