jellyfin-vue/package.json
2023-04-03 12:52:57 +02:00

24 lines
576 B
JSON

{
"name": "@jellyfin-vue",
"private": true,
"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",
"tauri"
],
"engines": {
"node": ">=18.12.0 <19.0.0",
"npm": ">=8.19.2",
"yarn": "Yarn is not supported. Please use NPM."
}
}