folder-organizer
Version:
Organize files in a folder by type
38 lines (37 loc) • 760 B
JSON
{
"name": "folder-organizer",
"version": "1.0.5",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"prepare": "npm run build"
},
"keywords": [
"cli",
"file-organizer",
"nodejs"
],
"author": "Aaqil Yousuf",
"license": "MIT",
"description": "Organize files in a folder by type",
"bin": {
"folder-organizer": "./dist/index.js"
},
"type": "commonjs",
"dependencies": {
"@types/node": "^24.0.15",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"minimist": "^1.2.8",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"tsup": "^8.5.0"
},
"files": [
"dist"
]
}