-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "@gluejs/glue",
"description": "JavaScript library for easy integration of independent web applications",
"author": "Kopano b.v. <[email protected]>",
"homepage": "https://github.com/gluejs/glue",
"license": "MIT",
"version": "0.3.0",
"main": "umd/glue.js",
"types": "umd/src/index.d.ts",
"files": [
"umd",
".version",
"LICENSE.txt",
"NOTICES.txt"
],
"scripts": {
"build": "make",
"deduplicate": "yarn-deduplicate -s fewer yarn.lock",
"prepublishOnly": "make DATE=reproducible"
},
"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",
"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"
}
}