2020-09-02 20:34:50 +02:00
|
|
|
{
|
|
|
|
|
"private": true,
|
2024-09-15 12:54:47 +02:00
|
|
|
"type": "module",
|
2021-08-26 21:13:41 +02:00
|
|
|
"homepage": "https://jellyfin.org/",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/jellyfin/jellyfin-vue/issues"
|
2021-05-21 10:08:37 +02:00
|
|
|
},
|
2021-08-26 21:13:41 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/jellyfin/jellyfin-vue/"
|
|
|
|
|
},
|
|
|
|
|
"license": "GPL-3.0-only",
|
2021-10-13 10:07:01 +02:00
|
|
|
"author": "jellyfin-vue Contributors (https://github.com/jellyfin/jellyfin-vue/graphs/contributors)",
|
2022-02-04 14:33:17 +01:00
|
|
|
"workspaces": [
|
|
|
|
|
"frontend",
|
2024-09-15 12:54:47 +02:00
|
|
|
"packaging/tauri",
|
|
|
|
|
"packages/*"
|
2022-02-04 14:33:17 +01:00
|
|
|
],
|
2021-03-01 18:53:51 +01:00
|
|
|
"engines": {
|
2023-10-24 07:13:26 +00:00
|
|
|
"node": ">=20.8.1 <21.0.0",
|
|
|
|
|
"npm": ">=10.1.0",
|
2021-08-26 21:13:41 +02:00
|
|
|
"yarn": "Yarn is not supported. Please use NPM."
|
2024-09-15 12:54:47 +02:00
|
|
|
},
|
2024-10-14 02:09:53 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"lint": "npm run lint --workspaces",
|
|
|
|
|
"lint:fix": "npm run lint:fix --workspaces",
|
|
|
|
|
"check:types": "npm run check:types --workspaces"
|
|
|
|
|
},
|
2024-09-15 12:54:47 +02:00
|
|
|
"devDependencies": {
|
2024-10-14 02:09:53 +02:00
|
|
|
"@eslint/config-inspector": "0.5.4",
|
2024-10-14 11:33:38 +00:00
|
|
|
"@types/node": "22.7.5",
|
2024-10-14 02:09:53 +02:00
|
|
|
"eslint": "9.12.0",
|
|
|
|
|
"jiti": "2.3.3",
|
2024-10-14 11:33:38 +00:00
|
|
|
"typescript": "5.6.3",
|
2024-10-14 02:09:53 +02:00
|
|
|
"vue-tsc": "2.1.6"
|
2020-09-02 20:34:50 +02:00
|
|
|
}
|
|
|
|
|
}
|