-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 991 Bytes
/
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
{
"name": "kitrtcjs",
"description": "KitRTC JS Client SDK - 0.0.4",
"version": "0.0.4",
"author": {
"name": "Nill App Envolved, S.L",
"email": "contacto@nillapp.com",
"url": "https://www.nillapp.com"
},
"license": "Apache-2.0",
"homepage": "https://www.nillapp.com",
"repository": {
"type": "git",
"url": "https://github.com/NillAppSL/kitrtc"
},
"keywords": [
"kitrtc",
"webrtc",
"sdk",
"library for webrtc"
],
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"socket.io-client": "^4.7.2"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/kitrtcjs.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/kitrtcjs.mjs",
"esm": "./esm2022/kitrtcjs.mjs",
"default": "./fesm2022/kitrtcjs.mjs"
}
}
}