-
-
Notifications
You must be signed in to change notification settings - Fork 228
/
package.json
38 lines (38 loc) · 980 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
{
"name": "jellyfin-vue",
"private": true,
"type": "module",
"homepage": "https://jellyfin.org/",
"bugs": {
"url": "https://github.com/jellyfin/jellyfin-vue/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jellyfin/jellyfin-vue/"
},
"license": "GPL-3.0-only",
"author": "jellyfin-vue Contributors (https://github.com/jellyfin/jellyfin-vue/graphs/contributors)",
"workspaces": [
"frontend",
"packaging/tauri",
"packages/*"
],
"engines": {
"node": ">=22.11.0 <23.0.0",
"npm": ">=10.9.0",
"yarn": "yarn is not supported. Please use npm"
},
"scripts": {
"lint": "npm run lint --workspaces",
"lint:fix": "npm run lint:fix --workspaces",
"check:types": "npm run check:types --workspaces"
},
"devDependencies": {
"@eslint/config-inspector": "0.5.6",
"@types/node": "22.9.0",
"eslint": "9.14.0",
"jiti": "2.4.0",
"typescript": "5.6.3",
"vue-tsc": "2.1.10"
}
}