file-organizer-cli
Version:
A powerful and easy-to-use CLI tool to organize files into folders by type.
34 lines (33 loc) • 667 B
JSON
{
"name": "file-organizer-cli",
"version": "1.1.0",
"description": "A powerful and easy-to-use CLI tool to organize files into folders by type.",
"main": "lib/organizer.js",
"bin": {
"organize": "./bin/index.js"
},
"scripts": {
"start": "node ./bin/index.js",
"lint": "eslint .",
"format": "prettier --write ."
},
"keywords": [
"file",
"organizer",
"cli",
"file-manager",
"file-sorter",
"nodejs",
"productivity"
],
"author": "Sumit Pandya",
"license": "MIT",
"engines": {
"node": ">=14"
},
"dependencies": {},
"devDependencies": {
"eslint": "^8.56.0",
"prettier": "^3.2.5"
}
}