2020-09-02 20:34:50 +02:00
|
|
|
{
|
2024-10-25 09:37:16 +00:00
|
|
|
"name": "jellyfin-vue",
|
2026-04-07 10:25:52 +02:00
|
|
|
"version": "0.3.1",
|
2020-09-02 20:34:50 +02:00
|
|
|
"private": true,
|
2021-08-26 21:13:41 +02:00
|
|
|
"homepage": "https://jellyfin.org/",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/jellyfin/jellyfin-vue/issues"
|
2021-05-21 10:08:37 +02:00
|
|
|
},
|
2021-08-26 21:13:41 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/jellyfin/jellyfin-vue/"
|
|
|
|
|
},
|
|
|
|
|
"license": "GPL-3.0-only",
|
2021-10-13 10:07:01 +02:00
|
|
|
"author": "jellyfin-vue Contributors (https://github.com/jellyfin/jellyfin-vue/graphs/contributors)",
|
2026-04-07 10:25:52 +02:00
|
|
|
"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"
|
|
|
|
|
},
|
2026-07-26 10:39:28 +00:00
|
|
|
"packageManager": "pnpm@11.17.0",
|
2021-03-01 18:53:51 +01:00
|
|
|
"engines": {
|
2025-10-29 10:02:49 +00:00
|
|
|
"node": ">=24.11.0 <25.0.0",
|
2026-07-26 10:39:28 +00:00
|
|
|
"pnpm": "11.17.0"
|
2024-10-14 02:09:53 +02:00
|
|
|
},
|
2024-09-15 12:54:47 +02:00
|
|
|
"devDependencies": {
|
2026-07-26 10:39:28 +00:00
|
|
|
"pnpm": "11.17.0"
|
2020-09-02 20:34:50 +02:00
|
|
|
}
|
|
|
|
|
}
|