jellyfin-vue/package.json

24 lines
585 B
JSON
Raw Normal View History

2020-09-02 18:34:50 +00:00
{
"name": "@jellyfin-vue",
2020-09-02 18:34:50 +00:00
"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",
"packaging/tauri"
],
2021-03-01 17:53:51 +00:00
"engines": {
2023-10-24 07:13:26 +00:00
"node": ">=20.8.1 <21.0.0",
"npm": ">=10.1.0",
"yarn": "Yarn is not supported. Please use NPM."
2020-09-02 18:34:50 +00:00
}
}