graphile-utils
Version:
Utilities to help with building graphile-build plugins
57 lines (56 loc) • 1.4 kB
JSON
{
"name": "graphile-utils",
"version": "4.14.1",
"description": "Utilities to help with building graphile-build plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
"scripts": {
"test": "scripts/test",
"prepack": "mkdir -p node8plus && tsc",
"watch": "mkdir -p node8plus && tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile/graphile-engine.git"
},
"keywords": [
"graphile",
"graphql",
"engine",
"plugin",
"build",
"extension",
"utils",
"utilities"
],
"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-utils",
"dependencies": {
"debug": "^4.1.1",
"graphql": ">=0.9 <0.14 || ^14.0.2 || ^15.4.0",
"tslib": "^2.0.1"
},
"engines": {
"node": ">=8.6"
},
"devDependencies": {
"graphile-build": "4.14.1",
"graphile-build-pg": "4.14.1",
"jest": "25.x",
"jest-serializer-graphql-schema": "4.10.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"peerDependencies": {
"graphile-build": "^4.5.0",
"graphile-build-pg": "^4.5.0"
},
"files": [
"node8plus"
],
"gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399"
}