forked from jellyfin/jellyfin-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 911 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
{
"name": "jellyfin-vue",
"version": "0.3.1",
"private": true,
"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)",
"type": "module",
"scripts": {
"analyze:cycles": "pnpm -r --if-present --no-bail analyze:cycles",
"check:types": "pnpm -r --if-present --no-bail check:types",
"lint": "pnpm -r --if-present --no-bail lint",
"lint:fix": "pnpm -r --if-present --no-bail lint:fix",
"test": "pnpm -r --if-present --no-bail test"
},
"packageManager": "pnpm@11.1.2",
"engines": {
"node": ">=24.11.0 <25.0.0",
"pnpm": "11.1.2"
},
"devDependencies": {
"pnpm": "11.1.2"
}
}