UNPKG

@jambonz/realtimedb-helpers

Version:

utility functions for querying jambonz redis database

46 lines (45 loc) 1.12 kB
{ "name": "@jambonz/realtimedb-helpers", "version": "0.8.20", "description": "utility functions for querying jambonz redis database", "main": "index.js", "scripts": { "test": "NODE_ENV=test node test/ ", "sentinel-test": "NODE_ENV=test node sentinel-test/ ", "coverage": "nyc --reporter html --report-dir ./coverage npm run test", "jslint": "eslint index.js lib", "build": "./build_stubs.sh" }, "repository": { "type": "git", "url": "git+https://github.com/jambonz/realtimedb-helpers.git" }, "author": "Dave Horton", "bugs": { "url": "https://github.com/jambonz/realtimedb-helpers/issues" }, "homepage": "https://github.com/jambonz/realtimedb-helpers#readme", "license": "MIT", "dependencies": { "debug": "^4.3.4", "ioredis": "^5.3.2" }, "devDependencies": { "config": "^3.3.9", "eslint": "^7.32.0", "eslint-plugin-promise": "^4.3.1", "nyc": "^15.1.0", "tape": "^5.7.5" }, "directories": { "lib": "lib", "test": "test" }, "keywords": [ "jambonz", "drachtio", "sip", "voip", "cpaas" ] }