{
  "name": "@souptik/immich",
  "version": "0.44.0",
  "description": "Immich CLI",
  "main": "bin/index.js",
  "scripts": {
    "build": "tsc",
    "start": "node bin/index.js",
    "test": "node bin/index.js upload -d ./test",
    "format": "prettier --check .",
    "format:fix": "prettier --write ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alextran1502/immich-cli.git"
  },
  "keywords": [
    "immich",
    "cli"
  ],
  "author": "Alex Tran",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alextran1502/immich-cli/issues"
  },
  "homepage": "https://github.com/alextran1502/immich-cli#readme",
  "dependencies": {
    "axios": "^0.26.0",
    "chalk": "^2.4.1",
    "cli-progress": "^3.10.0",
    "commander": "^9.0.0",
    "fdir": "^5.2.0",
    "form-data": "^4.0.0",
    "mime-types": "^2.1.34",
    "moment": "^2.29.4",
    "p-limit": "3.1.0",
    "systeminformation": "^5.11.6"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin/**/*.js",
    "bin/**/*.d.ts"
  ],
  "bin": {
    "immich": "./bin/index.js"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.0",
    "@types/mime-types": "^2.1.1",
    "@types/node": "^18.15.2",
    "prettier": "^2.8.6",
    "typescript": "^4.7.4"
  }
}
