forked from jellyfin-archive/jellyfin-apiclient-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
45
46
47
48
{
"name": "jellyfin-apiclient",
"version": "1.1.1",
"description": "API client for Jellyfin",
"main": "dist/jellyfin-apiclient.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"babel-loader": "^8.0.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.9.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"jsdoc": "^3.6.4",
"prettier": "2.0.5",
"source-map-loader": "^0.2.4",
"ts-jest": "^25.5.0",
"ts-loader": "^7.0.3",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.2.1"
},
"scripts": {
"prepare": "webpack",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"lint": "eslint \"src\"",
"test": "jest",
"docs": "jsdoc src -r -R README.md -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jellyfin/jellyfin-apiclient-javascript.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jellyfin/jellyfin-apiclient-javascript/issues"
},
"homepage": "https://github.com/jellyfin/jellyfin-apiclient-javascript#readme"
}