{
  "name": "picgo-plugin-immich",
  "version": "1.2.3",
  "description": "Picgo plugin for immich",
  "main": "dist/index.js",
  "files": [
    "dist",
    "logo.png"
  ],
  "publishConfig": {
    "access": "public",
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "scripts": {
    "release": "standard-version",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc -p .",
    "dev": "tsc -w -p .",
    "patch": "npm version patch && git push origin master && git push origin --tags",
    "minor": "npm version minor && git push origin master && git push origin --tags",
    "major": "npm version major && git push origin master && git push origin --tags"
  },
  "keywords": [
    "picgo",
    "picgo-gui-plugin",
    "picgo-plugin"
  ],
  "author": "homura",
  "license": "MIT",
  "homepage": "https://github.com/homuraLan/picgo-plugin-immich",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/homuraLan/picgo-plugin-immich.git"
  },
  "bugs": {
    "url": "https://github.com/homuraLan/picgo-plugin-immich/issues"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.6",
    "@semantic-release/npm": "^11.0.2",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "@ttionya/eslint-config": "^2.5.0",
    "@ttionya/prettier-config": "^1.2.0",
    "@ttionya/tsconfig": "^2.1.0",
    "@types/inquirer": "^0.0.42",
    "@types/node": "^20.8.7",
    "@types/semver": "^7.5.3",
    "@typescript-eslint/eslint-plugin": "^6.8.0",
    "@typescript-eslint/parser": "^6.8.0",
    "husky": "^8.0.3",
    "lint-staged": "^14.0.1",
    "picgo": "^1.5.6",
    "rimraf": "^5.0.5",
    "semantic-release-gitmoji": "^1.6.5",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "form-data": "^4.0.0",
    "git-cz": "^4.9.0",
    "human-format": "^1.2.0",
    "os-locale": "^5.0.0",
    "semver": "^7.5.4"
  }
}
