UNPKG

@kothique/moleculer-rethinkdbdash

Version:

Moleculer service ensuring specified dbs, tables, and indices exist, and giving access to the driver.

35 lines (34 loc) 925 B
{ "name": "@kothique/moleculer-rethinkdbdash", "version": "1.0.1", "description": "Moleculer service ensuring specified dbs, tables, and indices exist, and giving access to the driver.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kothique/moleculer-rethinkdbdash.git" }, "keywords": [ "moleculer", "rethinkdb", "rethinkdbdash", "mixin" ], "author": "Kothique Félixx <kothique@protonmail.ch>", "license": "WTFPL", "bugs": { "url": "https://github.com/kothique/moleculer-rethinkdbdash/issues" }, "homepage": "https://github.com/kothique/moleculer-rethinkdbdash#readme", "dependencies": { "bluebird": "^3.5.3", "lodash": "^4.17.11", "moleculer": "^0.13.7", "rethinkdbdash": "^2.3.31" }, "engines": { "node": ">=8.x.x" } }