free-inode
Version:
This is a simple code for locating some directory with usually high file number
58 lines (57 loc) • 1.07 kB
JSON
{
"name": "free-inode",
"version": "0.0.1",
"description": "This is a simple code for locating some directory with usually high file number",
"main": "App.js",
"license": "MIT",
"repository": "alestor123/FREE INODE",
"funding": "https://alestor123.is-a.dev/donate",
"homepage": "https://github.com/alestor123/CREATE-PROFILE#readme",
"author": {
"name": "Alestor Aldous",
"email": "alestoraldous@gmail.com",
"url": "https://alestor123.is-a.dev"
},
"bin": "cli.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "standard && node test.js | tap-spec",
"lint": "standard . --fix"
},
"files": [
"App.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"free",
"liberate",
"inode",
"node",
"nodejs",
"chalk",
"figlet",
"prompt",
"disk",
"fs",
"tool",
"clean",
"space",
"disk-space",
"NOSPC"
],
"devDependencies": {
"standard": "^16.0.3",
"tap": "^15.0.9",
"tap-spec": "^5.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"figlet": "^1.5.2",
"prompt-checkbox": "^2.2.0",
"rimraf": "^3.0.2"
}
}