0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-06-04 04:11:48 +00:00
Files
jellyfin-vue/package.json
2025-05-18 11:49:46 +02:00

48 lines
1.2 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.15.18",
"eslint": "9.27.0",
"jiti": "2.4.2",
"storybook": "8.6.14",
"type-fest": "4.41.0",
"typescript": "5.8.3",
"vite": "6.3.5",
"vitest": "3.1.3",
"vue-tsc": "2.2.10"
},
"overrides": {
"stylus": "0.64.0"
}
}