mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-04-28 19:08:39 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"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 -ws --if-present",
|
|
"lint:fix": "npm run lint:fix -ws --if-present",
|
|
"check:types": "npm run check:types -ws --if-present",
|
|
"analyze:cycles": "npm run analyze:cycles -ws --if-present",
|
|
"test": "npm run test -ws --if-present"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/config-inspector": "1.0.2",
|
|
"@types/node": "22.13.14",
|
|
"eslint": "9.23.0",
|
|
"jiti": "2.4.2",
|
|
"storybook": "8.6.11",
|
|
"typescript": "5.8.2",
|
|
"vitest": "3.0.9",
|
|
"vue-tsc": "2.2.8"
|
|
}
|
|
}
|