{
  "name": "gallery-server",
  "version": "1.9.12",
  "description": "Beautiful and powerful yet simple local image viewer on your PC or mobile.",
  "keywords": [
    "beautiful",
    "pc",
    "mobile",
    "local",
    "image",
    "viewer",
    "gallery",
    "server",
    "local gallery",
    "local image viewer",
    "react"
  ],
  "main": "server/app.js",
  "files": [
    "client/build",
    "server/",
    "lib/"
  ],
  "dependencies": {
    "address": "^1.1.2",
    "boxen": "^4.1.0",
    "commander": "^3.0.2",
    "detect-port": "^1.3.0",
    "image-size": "^0.8.3",
    "is-image": "^3.0.0",
    "is-video": "^1.0.1",
    "koa": "^2.10.0",
    "koa-static": "^5.0.0",
    "qrcode-terminal": "^0.12.0"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "git-commit-msg-linter": "^3.2.6",
    "mocha": "^6.2.2",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-images": "^1.2.0-beta.7",
    "react-photo-gallery": "^8.0.0",
    "react-scripts": "3.2.0",
    "react-toggle": "^4.1.1"
  },
  "scripts": {
    "// --- Development": "---",
    "dev:client": "cd client && npm run start",
    "dev:server": "bash scripts/dev-server.bash",
    "// --- alias for dev:client": "---",
    "dc": "npm run dev:client",
    "// --- alias for dev:server": "---",
    "ds": "bash scripts/dev-server.bash",
    "// --- Publish": "---",
    "pub:patch": "npm version patch",
    "pub:minor": "npm version minor",
    "pub:major": "npm version major",
    "preversion": "npm test && npm run clean && npm run build:client",
    "postversion": "npm publish && git push && git push --tags",
    "clean": "rm -rf ./client/build/",
    "build:client": "cd client && npm run build",
    "test": "mocha"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "bin": {
    "gallery-server": "server/app.js"
  },
  "author": "legend80s",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/legend80s/gallery-server"
  },
  "bugs": {
    "url": "https://github.com/legend80s/gallery-server/issues"
  },
  "homepage": "https://github.com/legend80s/gallery-server#readme"
}
