forked from drachtio/drachtio-srf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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
46
47
48
49
50
{
"name": "drachtio-srf",
"version": "4.5.27",
"description": "drachtio signaling resource framework",
"main": "lib/srf.js",
"types": "lib/@types/index.d.ts",
"scripts": {
"test": "NODE_ENV=test node test/ ",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"unittests": "./node_modules/.bin/mocha ./test/unit-tests/",
"jslint": "eslint lib"
},
"engines": {
"node": ">= 10.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drachtio/drachtio-srf.git"
},
"author": "Dave Horton",
"license": "MIT",
"bugs": {
"url": "https://github.com/drachtio/drachtio-srf/issues"
},
"homepage": "https://github.com/drachtio/drachtio-srf#readme",
"dependencies": {
"debug": "^3.2.7",
"delegates": "^0.1.0",
"node-noop": "^0.0.1",
"only": "^0.0.2",
"sdp-transform": "^2.14.1",
"short-uuid": "^4.2.2",
"sip-methods": "^0.3.0",
"sip-status": "^0.1.0",
"utils-merge": "^1.0.0",
"uuid-random": "^1.3.2"
},
"devDependencies": {
"@types/node": "^16.0.0",
"config": "^3.3.7",
"eslint": "^8.30.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"should": "^13.2.3",
"sip-message-examples": "^0.0.6",
"tape": "^5.5.3",
"typescript": "^4.3.2"
}
}