{
  "name": "phox",
  "version": "0.7.0",
  "description": "Create a static photo site powered by Next.js",
  "keywords": [
    "next",
    "next.js",
    "react",
    "website",
    "photography",
    "exif",
    "iptc",
    "gallery",
    "jekyll",
    "markdown",
    "generator"
  ],
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "clean": "./script/clean",
    "dev": "tsc --watch",
    "prepublishOnly": "npm-run-all clean build",
    "lint:examples": "eslint --quiet './examples/simple/'",
    "lint:phox": "tslint --format stylish --project tsconfig.json",
    "fmt": "prettier --config ./.prettierrc --ignore-path ./.prettierignore --write \"**/**.{js,jsx,ts,tsx}\"",
    "fmt:ci": "prettier --config ./.prettierrc --ignore-path ./.prettierignore --list-different \"**/**.{js,jsx,ts,tsx}\"",
    "test": "./script/test"
  },
  "author": "Emanuel Kluge (https://www.emanuel-kluge.de/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/herschel666/phox.git"
  },
  "bugs": {
    "url": "https://github.com/herschel666/phox/issues"
  },
  "engines": {
    "node": ">=9.10"
  },
  "homepage": "https://github.com/herschel666/phox#readme",
  "dependencies": {
    "@types/express": "^4.16.1",
    "chokidar": "^2.1.2",
    "deepmerge": "^3.2.0",
    "exif": "^0.6.0",
    "express": "^4.16.4",
    "front-matter": "^3.0.1",
    "globby": "^9.1.0",
    "imagemin": "^6.1.0",
    "imagemin-jpegtran": "^6.0.0",
    "imagemin-pngquant": "^7.0.0",
    "marked": "^0.6.1",
    "minimist": "^1.2.0",
    "mkdirp": "^0.5.1",
    "node-iptc": "^1.0.5",
    "pretty-ms": "^4.0.0",
    "probe-image-size": "^4.0.0",
    "rimraf": "^2.6.3",
    "slug": "^1.0.0",
    "utf8": "^3.0.0",
    "waait": "^1.0.4"
  },
  "bin": {
    "phox": "./bin/phox.js"
  },
  "devDependencies": {
    "@types/chokidar": "^2.1.3",
    "@types/debug": "^4.1.2",
    "@types/jest": "23.3.6",
    "@types/marked": "^0.6.3",
    "@types/minimist": "^1.2.0",
    "@types/mkdirp": "^0.5.1",
    "@types/next": "^8.0.1",
    "@types/node": "8.0.26",
    "@types/node-fetch": "^2.1.6",
    "@types/pretty-ms": "^4.0.0",
    "@types/rimraf": "^2.0.2",
    "@types/slug": "^0.9.1",
    "@types/utf8": "^2.1.6",
    "debug": "^4.1.1",
    "eslint": "^5.15.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "jest": "^23.6.0",
    "next": "^8.0.3",
    "node-fetch": "^2.3.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.16.4",
    "ts-jest": "^23.10.5",
    "tslint": "^5.13.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-microsoft-contrib": "^6.1.0",
    "typescript": "^3.3.3"
  },
  "peerDependencies": {
    "next": "^8.0.3",
    "react": "^16.6.0",
    "react-dom": "^16.6.0"
  },
  "jest": {
    "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.tsx?$",
    "testPathIgnorePatterns": [
      "node_modules",
      "__snapshots__",
      "test/.*/.*\\.js$"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ],
    "preset": "ts-jest/presets/js-with-ts",
    "testMatch": null
  },
  "typings": "./typings.d.ts"
}
