UNPKG

graphile-build-pg

Version:

Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build

69 lines (68 loc) 1.81 kB
{ "name": "graphile-build-pg", "version": "4.14.1", "description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build", "main": "node8plus/index.js", "types": "node8plus/index.d.ts", "scripts": { "test": "jest", "prepack": "mkdir -p node8plus && babel --root-mode upward --copy-files -s true --out-dir node8plus src && flow-copy-source src node8plus", "watch": "mkdir -p node8plus && babel --root-mode upward --copy-files -s true --watch --out-dir node8plus src" }, "repository": { "type": "git", "url": "git+https://github.com/graphile/graphile-engine.git" }, "keywords": [ "graphile", "graphql", "engine", "pg", "postgres", "postgresql", "gql", "generate", "reflection", "build", "schema", "apollo", "relay", "plugins", "extensible" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/graphile-engine/issues" }, "homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/graphile-build-pg", "dependencies": { "@graphile/lru": "4.11.0", "chalk": "^2.4.2", "debug": "^4.1.1", "graphile-build": "4.14.1", "jsonwebtoken": "^9.0.0", "lodash": ">=4 <5", "lru-cache": ">=4 <5", "pg-sql2": "4.14.1" }, "peerDependencies": { "pg": ">=6.1.0 <9" }, "devDependencies": { "@babel/cli": "^7.0.0", "eslint_d": "^9.1.2", "flow-copy-source": "^2.0.9", "jest": "25.x", "jest-serializer-graphql-schema": "4.10.0" }, "files": [ "node8plus", "res", "index.js" ], "engines": { "node": ">=8.6" }, "gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399" }