@dwwoelfel/subscriptions-lds
Version:
Subscriptions plugin for PostGraphile using PostgreSQL logicial decoding
59 lines (58 loc) • 1.61 kB
JSON
{
"publishConfig": {
"access": "public"
},
"name": "@dwwoelfel/subscriptions-lds",
"version": "4.4.5-alpha.0",
"description": "Subscriptions plugin for PostGraphile using PostgreSQL logicial decoding",
"main": "dist/index.js",
"scripts": {
"db:init": "dropdb --if-exists lds_test && createdb lds_test && psql -X1v ON_ERROR_STOP=1 -v VERBOSITY=verbose -f __tests__/schema.sql lds_test",
"test": "npm run db:init && jest -i",
"tslint": "prettier --list-different 'src/**/*' && tslint --config ../../tslint.json --project tsconfig.json",
"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": {
"@dwwoelfel/lds": "^4.4.5-alpha.0",
"@types/ws": "^6.0.1",
"ws": "^6.1.3"
},
"peerDependencies": {
"@dwwoelfel/postgraphile-core": ">4.3.1 <5"
},
"devDependencies": {
"@types/jest": "^24.0.5",
"jest": "23.x",
"pg": ">=6.5 <8",
"ts-jest": "^23.10.5",
"typescript": "^3.3.1"
},
"files": [
"dist"
],
"gitHead": "13938f563b26a0a7ccacd8f02376bb8f0ce8d0e5"
}