-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 KB
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
{
"name": "@networkoptix/webrtc-stream-manager-v1-legacy",
"version": "0.1.29",
"private": true,
"description": "WebRTC stream manager for Nx Meta VMS cameras",
"author": "Network Optix",
"license": "MPL-2.0",
"type": "module",
"sideEffects": false,
"main": "dist/lib/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/lib/index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/networkoptix/web_packages",
"directory": "packages/webrtc-stream-manager"
},
"homepage": "https://github.com/networkoptix/web_packages/tree/master/packages/webrtc-stream-manager",
"bugs": {
"url": "https://github.com/networkoptix/web_packages/issues"
},
"keywords": ["networkoptix", "nx-meta", "webrtc", "streaming", "vms", "video"],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --outDir dist/lib --declarationDir dist/types",
"ci:check": "echo 'Additional CI checks can be added here'"
},
"dependencies": {
"rxjs": "7.8.1",
"webrtc-issue-detector": "1.10.0"
}
}