-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@jambonz/realtimedb-helpers",
"version": "0.8.11",
"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.6.3"
},
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"jambonz",
"drachtio",
"sip",
"voip",
"cpaas"
]
}