{
  "name": "parse-server-jeffgukang",
  "version": "4.0.1",
  "description": "For personal use",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/JeffGuKang/parse-server"
  },
  "files": [
    "bin/",
    "lib/",
    "public_html/",
    "views/",
    "LICENSE",
    "PATENTS",
    "postinstall.js",
    "README.md"
  ],
  "license": "BSD-3-Clause",
  "dependencies": {
    "@apollographql/graphql-playground-html": "1.6.24",
    "@parse/fs-files-adapter": "1.0.1",
    "@parse/push-adapter": "3.2.0",
    "@parse/s3-files-adapter": "1.4.0",
    "@parse/simple-mailgun-adapter": "1.1.0",
    "apollo-server-express": "2.10.1",
    "bcryptjs": "2.4.3",
    "body-parser": "1.19.0",
    "commander": "4.1.1",
    "cors": "2.8.5",
    "deepcopy": "2.0.0",
    "express": "4.17.1",
    "follow-redirects": "1.9.1",
    "graphql": "14.6.0",
    "graphql-list-fields": "2.0.2",
    "graphql-relay": "^0.6.0",
    "graphql-tools": "^4.0.5",
    "graphql-upload": "10.0.0",
    "intersect": "1.0.1",
    "jsonwebtoken": "8.5.1",
    "ldapjs": "1.0.2",
    "lodash": "4.17.15",
    "lru-cache": "5.1.1",
    "mime": "2.4.4",
    "mongodb": "3.5.4",
    "node-rsa": "1.0.7",
    "parse": "2.11.0",
    "pg-promise": "10.4.4",
    "pluralize": "^8.0.0",
    "redis": "3.0.0",
    "semver": "7.1.3",
    "subscriptions-transport-ws": "0.9.16",
    "tv4": "1.3.0",
    "uuid": "3.3.3",
    "winston": "3.2.1",
    "winston-daily-rotate-file": "4.4.0",
    "ws": "7.2.1"
  },
  "devDependencies": {
    "@babel/cli": "7.8.4",
    "@babel/core": "7.8.6",
    "@babel/plugin-proposal-object-rest-spread": "7.8.3",
    "@babel/plugin-transform-flow-strip-types": "7.8.3",
    "@babel/preset-env": "7.8.6",
    "@parse/minami": "1.0.0",
    "apollo-cache-inmemory": "1.6.5",
    "apollo-client": "2.6.6",
    "apollo-link": "1.2.13",
    "apollo-link-http": "1.5.16",
    "apollo-link-ws": "1.0.19",
    "apollo-upload-client": "12.1.0",
    "apollo-utilities": "1.3.3",
    "babel-eslint": "10.1.0",
    "bcrypt-nodejs": "0.0.3",
    "cross-env": "7.0.0",
    "deep-diff": "1.0.2",
    "eslint": "6.8.0",
    "eslint-plugin-flowtype": "4.5.0",
    "flow-bin": "0.119.1",
    "form-data": "3.0.0",
    "gaze": "1.1.3",
    "graphql-tag": "^2.10.1",
    "husky": "4.2.3",
    "jasmine": "3.5.0",
    "jsdoc": "3.6.3",
    "jsdoc-babel": "0.5.0",
    "lint-staged": "10.0.8",
    "mongodb-runner": "4.8.0",
    "node-fetch": "2.6.0",
    "nyc": "15.0.0",
    "prettier": "1.19.0"
  },
  "scripts": {
    "definitions": "node ./resources/buildConfigDefinitions.js",
    "docs": "jsdoc -c ./jsdoc-conf.json",
    "dev": "npm run build && node bin/dev",
    "lint": "flow && eslint --cache ./",
    "build": "babel src/ -d lib/ --copy-files",
    "watch": "babel --watch src/ -d lib/ --copy-files",
    "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} mongodb-runner start",
    "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 jasmine",
    "test": "npm run testonly",
    "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} mongodb-runner stop",
    "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 nyc jasmine",
    "start": "node ./bin/parse-server",
    "prepare": "npm run build",
    "postinstall": "node -p 'require(\"./postinstall.js\")()'"
  },
  "engines": {
    "node": ">= 8"
  },
  "bin": {
    "parse-server": "./bin/parse-server"
  },
  "optionalDependencies": {
    "bcrypt": "4.0.0"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/parse-server",
    "logo": "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/parse-server"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "{src,spec}/**/*.js": [
      "prettier --write",
      "eslint --cache",
      "git add"
    ]
  }
}
