{
  "name": "gphotos-takeout-repair",
  "version": "1.4.2",
  "description": "Organize a Google Photos export (created with Takeout) into a useful directory of files.",
  "repository": "AlecRust/gphotos-takeout-repair",
  "author": "Alec Rust <me@alecrust.com>",
  "type": "module",
  "license": "MIT",
  "exports": "./src/index.js",
  "bin": {
    "gphotos-takeout-repair": "src/index.js"
  },
  "files": [
    "src/index.js"
  ],
  "keywords": [
    "google-photos",
    "takeout",
    "exif",
    "export"
  ],
  "engines": {
    "node": ">=16.15.1"
  },
  "scripts": {
    "start": "node src/index.js",
    "test": "vitest run",
    "lint": "npm run check",
    "format": "npm run check",
    "check": "biome check --write .",
    "prepare": "husky",
    "release": "release-it --ci"
  },
  "dependencies": {
    "fs-extra": "^11.3.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "husky": "^9.1.7",
    "lint-staged": "^15.5.0",
    "mock-fs": "^5.5.0",
    "release-it": "^18.1.2",
    "vitest": "^3.0.9"
  },
  "lint-staged": {
    "*": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
  }
}
