node-prune
Version:
easily pruning unneeded files from node_modules
23 lines (22 loc) • 502 B
JSON
{
"name": "node-prune",
"version": "1.0.2",
"description": "easily pruning unneeded files from node_modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"node-prune": "./prune.sh"
},
"keywords": [
"prune",
"node_modules"
],
"repository": {
"type": "git",
"url": "https://github.com/tuananh/node-prune.git"
},
"author": "Tuan Anh Tran <me@tuananh.org> (https://tuananh.org)",
"license": "MIT"
}