{
  "name": "postgraphql",
  "version": "4.0.0-alpha2.33",
  "description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘",
  "author": "Caleb Meredith <calebmeredith8@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/calebmer/postgraphql#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/calebmer/postgraphql.git"
  },
  "bugs": {
    "url": "https://github.com/calebmer/postgraphql/issues"
  },
  "keywords": [
    "graphql",
    "postgres",
    "schema",
    "reflection",
    "server",
    "relay",
    "connection"
  ],
  "main": "build/index.js",
  "bin": {
    "postgraphql": "build/postgraphql/cli.js"
  },
  "scripts": {
    "build": "./scripts/build",
    "dev": "./scripts/dev",
    "lint": "./scripts/lint",
    "test": "./scripts/test",
    "prepack": "./scripts/build"
  },
  "dependencies": {
    "body-parser": "^1.15.2",
    "chalk": "1.1.3",
    "commander": "2.9.0",
    "dataloader": "^1.2.0",
    "debug": "^2.3.3",
    "finalhandler": "^1.0.6",
    "graphql": ">=0.6 <0.13",
    "http-errors": "^1.5.1",
    "jsonwebtoken": "^8.0.0",
    "lodash": ">=3.5 <5",
    "parseurl": "^1.3.1",
    "pg": ">=6.1 <8",
    "pg-connection-string": "^0.1.3",
    "pg-minify": "~0.5.3",
    "pg-sql2": "^1.0.0-alpha1.0",
    "pluralize": "^3.0.0",
    "postgraphile-core": "0.1.0-alpha.41",
    "postgres-interval": "^1.0.2",
    "send": "^0.16.1",
    "tslib": "^1.5.0"
  },
  "devDependencies": {
    "@types/chalk": "^0.4.30",
    "@types/change-case": "2.3.1",
    "@types/commander": ">=2.3.30 <2.12.0",
    "@types/debug": "0.0.29",
    "@types/graphql": "^0.8.2",
    "@types/jest": "^16.0.4",
    "@types/jsonwebtoken": "<7.2.1",
    "@types/lodash": ">=4.14.30 <4.14.57",
    "@types/node": "^7.0.4",
    "@types/pluralize": "0.0.27",
    "codemirror-graphql": "^0.6.12",
    "connect": "^3.5.0",
    "express": "^4.14.0",
    "graphiql": "^0.11.2",
    "graphql": ">=0.6 <0.12",
    "jest": "^18.1.0",
    "nodemon": "^1.11.0",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "react-scripts": "0.9.5",
    "source-map-support": "^0.4.6",
    "supertest": "^2.0.1",
    "ts-node": "^2.0.0",
    "tslint": "^4.2.0",
    "typescript": "2.1.5"
  },
  "jest": {
    "transform": {
      ".*": "<rootDir>/resources/jest-preprocessor.js"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "setupFiles": [
      "<rootDir>/resources/jest-setup.js"
    ],
    "browser": false,
    "testEnvironment": "node",
    "testPathDirs": [
      "<rootDir>/src"
    ],
    "testRegex": "/__tests__/[^.]+-test.(t|j)s$"
  },
  "files": [
    "build",
    "resources/favicon.ico"
  ]
}
