UNPKG

drop-modules

Version:

A quick and simple tool to find and remove node_modules folders from your machine. Frees up space and keeps your workspace tidy!

48 lines (47 loc) 1.09 kB
{ "name": "drop-modules", "version": "1.0.9", "description": "A quick and simple tool to find and remove node_modules folders from your machine. Frees up space and keeps your workspace tidy!", "bin": { "drop-modules": "index.js" }, "main": "index.js", "scripts": { "postinstall": "go build -o bin/drop-modules main.go" }, "keywords": [ "node_modules", "cleaner", "remove", "clean", "delete", "disk-space", "cli", "tool", "go", "modules", "node" ], "author": { "name": "Hüsam", "email": "dev@husam.dev", "username": "husamql3", "twitter": "https://twitter.com/husamql3", "linkedin": "https://www.linkedin.com/in/husamahmud/", "website": "https://www.husam.ninja", "github": "https://github.com/husamahmud" }, "license": "ISC", "type": "commonjs", "homepage": "https://github.com/husamahmud/drop-modules#readme", "repository": { "type": "git", "url": "git+https://github.com/husamahmud/drop-modules.git" }, "bugs": { "url": "https://github.com/husamahmud/drop-modules/issues" }, "dependencies": { "drop-modules": "^1.0.8" } }