jellyfin-vue/package.json

24 lines
576 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",
"tauri"
],
2021-03-01 17:53:51 +00:00
"engines": {
2022-10-28 13:14:57 +00:00
"node": ">=18.12.0 <19.0.0",
"npm": ">=8.19.2",
"yarn": "Yarn is not supported. Please use NPM."
2020-09-02 18:34:50 +00:00
}
}