0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-28 09:58:10 +00:00
Files
jellyfin-vue/package.json
2025-03-01 22:06:58 +00:00

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.1",
"@types/node": "22.13.8",
"eslint": "9.21.0",
"jiti": "2.4.2",
"storybook": "8.6.3",
"typescript": "5.8.2",
"vitest": "3.0.7",
"vue-tsc": "2.2.6"
}
}