{
  "name": "graphile-schema",
  "version": "2.5.3",
  "author": "Constructive <developers@constructive.io>",
  "description": "Build GraphQL SDL from PostgreSQL databases using PostGraphile v5",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "deepmerge": "^4.3.1",
    "graphile-build": "5.0.2",
    "graphile-config": "1.0.1",
    "graphile-settings": "^6.5.3",
    "graphql": "16.13.0",
    "pg-cache": "^3.19.0",
    "pg-env": "^1.22.0"
  },
  "devDependencies": {
    "makage": "^0.3.0",
    "ts-node": "^10.9.2"
  },
  "keywords": [
    "graphile",
    "schema",
    "graphql",
    "sdl",
    "postgraphile",
    "introspection",
    "constructive"
  ],
  "gitHead": "12818db1a9b212cb2bf2b879f4bf1c5b1991d075"
}
