mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-27 00:00:23 +00:00
39 lines
980 B
JSON
39 lines
980 B
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 --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"
|
|
}
|
|
}
|