@graphile/pg-pubsub
Version:
Subscriptions plugin for PostGraphile using PostgreSQL's LISTEN/NOTIFY
61 lines (60 loc) • 1.6 kB
JSON
{
"name": "@graphile/pg-pubsub",
"version": "4.14.1",
"description": "Subscriptions plugin for PostGraphile using PostgreSQL's LISTEN/NOTIFY",
"main": "dist/index.js",
"scripts": {
"db:init": "psql -X1v ON_ERROR_STOP=1 -v VERBOSITY=verbose -f __tests__/schema.sql \"$TEST_DATABASE_URL\"",
"test": "npm run db:init && jest -i",
"prepack": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/graphile/graphile-engine.git"
},
"keywords": [
"pg",
"Postgres",
"plugin",
"PostgreSQL",
"Graphile",
"PostGraphile",
"subscriptions",
"realtime"
],
"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/pg-pubsub#readme",
"dependencies": {
"@types/debug": "^4.1.4",
"@types/pg": ">=6 <9",
"debug": "^4.1.1",
"graphql-subscriptions": "^1.1.0",
"tslib": "^2.0.1"
},
"peerDependencies": {
"graphile-build": "4.x",
"graphql": ">=0.6 <16",
"postgraphile": "^4.4.0-beta.10"
},
"devDependencies": {
"@types/jest": "25.x",
"graphql": ">=0.6 <16",
"jest": "25.x",
"jest-serializer-graphql-schema": "4.10.0",
"mock-req": "^0.2.0",
"mock-res": "^0.5.0",
"pg": ">=6.1.0 <9",
"postgraphile": "^4.10.0-alpha.0",
"ts-jest": "25.x",
"typescript": "^4.0.2"
},
"files": [
"dist"
],
"gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399"
}