{
  "name": "sort-files-cli",
  "version": "1.1.2",
  "scripts": {
    "test": "vitest"
  },
  "description": "A CLI tool to sort files into predefined categories",
  "type": "module",
  "bin": {
    "sort-files": "./sort-cli.js"
  },
  "keywords": [
    "cli",
    "file-organizer",
    "sorting",
    "file-management",
    "file-sorter",
    "automation",
    "productivity",
    "desktop-cleanup",
    "organizer",
    "node-cli",
    "utility",
    "filesystem"
  ],
  "author": "Tochukwu Nweke",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "fs-extra": "^11.3.0",
    "ora": "^8.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nwekeKent/sort-file-cli.git"
  },
  "bugs": {
    "url": "https://github.com/nwekeKent/sort-file-cli/issues"
  },
  "homepage": "https://github.com/nwekeKent/sort-file-cli#readme",
  "devDependencies": {
    "vitest": "^4.0.16"
  }
}
