UNPKG

@graphile/lds

Version:

Logical decoding server for PostgreSQL, monitors for new/edited/deleted rows and announces them to interested clients.

54 lines (53 loc) 1.26 kB
{ "name": "@graphile/lds", "version": "4.14.1", "description": "Logical decoding server for PostgreSQL, monitors for new/edited/deleted rows and announces them to interested clients.", "main": "dist/index.js", "scripts": { "test": "jest -i", "prepack": "tsc", "watch": "tsc --watch" }, "bin": { "graphile-lds": "./dist/cli.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/graphile/graphile-engine.git" }, "keywords": [ "pg", "Postgres", "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/lds#readme", "dependencies": { "@types/pg": ">=6 <9", "@types/ws": "^6.0.1", "pg": ">=6.1.0 <9", "tslib": "^2.0.1", "ws": "^7.0.0" }, "devDependencies": { "@types/jest": "25.x", "jest": "25.x", "ts-jest": "25.x", "typescript": "^4.0.2" }, "files": [ "dist" ], "gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399" }