-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 894 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 894 Bytes
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
{
"name": "pubsjs",
"description": "Kopano API Pubs Javascript client library",
"author": "Kopano b.v. <info@kopano.com>",
"license": "MIT",
"version": "0.4.0",
"main": "umd/pubs.js",
"types": "umd/src/index.d.ts",
"files": [
"umd",
".version",
"LICENSE.txt",
"NOTICES.txt"
],
"scripts": {
"deduplicate": "yarn-deduplicate -s fewer yarn.lock"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"git-revision-webpack-plugin": "^3.0.3",
"license-webpack-plugin": "^1.3.1",
"ts-loader": "^6.0.2",
"tslint-loader": "^3.6.0",
"typedoc": "^0.11.1",
"typescript": "^3.5.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"yarn-deduplicate": "^1.1.1"
}
}