UNPKG

rethinkdb-watch

Version:

Consume RethinkDB Changefeeds as Async Iterables

50 lines (49 loc) 1.18 kB
{ "name": "rethinkdb-watch", "version": "0.2.2", "description": "Consume RethinkDB Changefeeds as Async Iterables", "keywords": [ "rethinkdb", "watch", "subscription", "changes", "changefeed", "change-feed", "async-iterable" ], "repository": "deeplay-io/rethinkdb-watch", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "src", "!src/**/*.test.ts", "!src/**/__tests__" ], "scripts": { "clean": "rimraf lib", "test": "jest", "build": "tsc -P tsconfig.build.json", "prepublishOnly": "npm run clean && npm run build && npm test" }, "author": "Daniel Lytkin <aikoven@deeplay.io>", "license": "MIT", "devDependencies": { "@tsconfig/node14": "^1.0.3", "@types/jest": "^26.0.24", "@types/lodash": "^4.14.171", "@types/node": "^14.0.0", "jest": "^27.0.6", "lodash": "^4.17.21", "prettier": "^2.3.2", "rimraf": "^2.6.3", "testcontainers": "^7.14.0", "ts-jest": "^27.0.4", "typescript": "~4.3.2" }, "dependencies": { "abort-controller-x": "^0.4.3", "assert-never": "^1.4.0", "rethinkdb-ts": "^2.4.14 || ^3.0.0" } }