Files
jellyfin-vue/package.json
T

32 lines
914 B
JSON
Raw Normal View History

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,
"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)",
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"
},
"packageManager": "pnpm@11.17.0",
2021-03-01 18:53:51 +01:00
"engines": {
"node": ">=24.11.0 <25.0.0",
"pnpm": "11.17.0"
2024-10-14 02:09:53 +02:00
},
"devDependencies": {
"pnpm": "11.17.0"
2020-09-02 20:34:50 +02:00
}
}