-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "kwmjs",
"description": "Kopano Webmeetings Javascript client library",
"author": "Kopano b.v. <[email protected]>",
"license": "MIT",
"version": "1.0.0",
"main": "umd/kwm.js",
"types": "umd/src/index.d.ts",
"files": [
"umd",
".version",
"LICENSE.txt",
"NOTICES.txt"
],
"scripts": {
"deduplicate": "yarn-deduplicate -s fewer yarn.lock"
},
"devDependencies": {
"@types/source-map": "0.5.2",
"@types/webrtc": "^0.0.25",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint": "^6.6.0",
"eslint-loader": "^3.0.2",
"git-revision-webpack-plugin": "^2.5.1",
"license-webpack-plugin": "^2.1.3",
"simple-peer": "9.7.0",
"source-map-explorer": "^1.7.0",
"ts-loader": "^6.2.1",
"typedoc": "^0.15.0",
"typescript": "3.6.4",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"url-search-params": "^0.10.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"yarn-deduplicate": "^1.1.1"
},
"dependencies": {},
"resolutions": {
"**/typescript": "3.6.4"
}
}