{
  "name": "@immich/cli",
  "version": "3.2.2",
  "description": "Command Line Interface (CLI) for Immich",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/immich-app/immich.git",
    "directory": "packages/cli"
  },
  "type": "module",
  "exports": "./dist/index.js",
  "bin": {
    "immich": "./bin/immich"
  },
  "license": "GNU Affero General Public License version 3",
  "keywords": [
    "immich",
    "cli"
  ],
  "devDependencies": {
    "@eslint/js": "^10.0.0",
    "@types/byte-size": "^8.1.0",
    "@types/cli-progress": "^3.11.0",
    "@types/lodash-es": "^4.17.12",
    "@types/micromatch": "^4.0.9",
    "@types/mock-fs": "^4.13.1",
    "@types/node": "^24.13.3",
    "@vitest/coverage-v8": "^4.0.0",
    "byte-size": "^9.0.0",
    "cli-progress": "^3.12.0",
    "commander": "^15.0.0",
    "eslint": "^10.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-unicorn": "^73.0.0",
    "globals": "^17.0.0",
    "mock-fs": "^5.2.0",
    "prettier": "^3.7.4",
    "prettier-plugin-organize-imports": "^4.0.0",
    "@typescript/native": "npm:typescript@^7.0.2",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "typescript-eslint": "^8.58.0",
    "vite": "^8.0.0",
    "vitest": "^4.0.0",
    "vitest-fetch-mock": "^0.4.0",
    "yaml": "^2.3.1",
    "@immich/sdk": "3.2.2"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "chokidar": "^4.0.3",
    "fast-glob": "^3.3.2",
    "fastq": "^1.17.1",
    "lodash-es": "^4.17.21",
    "micromatch": "^4.0.8",
    "semver": "^7.8.1"
  },
  "scripts": {
    "build": "vite build",
    "build:dev": "vite build --sourcemap true",
    "lint": "eslint \"src/**/*.ts\" --max-warnings 0",
    "lint:fix": "pnpm run lint --fix",
    "test": "vitest",
    "test:cov": "vitest --coverage",
    "format": "prettier --cache --check .",
    "format:fix": "prettier --cache --write --list-different .",
    "check": "tsc --noEmit"
  }
}