@graphile/subscriptions-lds
Version:
Subscriptions plugin for PostGraphile using PostgreSQL logicial decoding
55 lines (54 loc) • 1.27 kB
JSON
{
"name": "@graphile/subscriptions-lds",
"version": "4.14.1",
"description": "Subscriptions plugin for PostGraphile using PostgreSQL logicial decoding",
"main": "dist/index.js",
"scripts": {
"test": "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",
"logicial",
"decoding",
"logical",
"replication",
"changes",
"Graphile",
"PostGraphile"
],
"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/subscriptions-lds#readme",
"dependencies": {
"@graphile/lds": "4.14.1",
"@types/ws": "^6.0.1",
"tslib": "^2.0.1",
"ws": "^7.0.0"
},
"peerDependencies": {
"postgraphile-core": ">4.3.1 <5"
},
"devDependencies": {
"@types/jest": "25.x",
"jest": "25.x",
"pg": ">=6.1.0 <9",
"ts-jest": "25.x",
"typescript": "^4.0.2"
},
"files": [
"dist"
],
"gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399"
}