disk-cleanup-cli
Version:
cli tool for disk-cleanup package
18 lines (17 loc) • 445 B
JSON
{
"name": "disk-cleanup-cli",
"version": "1.0.0",
"description": "cli tool for disk-cleanup package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["disk-cleanup", "file-management","nodejs","file-size-filter","file-deletion"],
"author": "Suraj chandra",
"license": "ISC",
"dependencies": {
"disk-cleanup": "^1.0.2"
},
"bin":{
"disk":"./index.js"
}}