Files
jellyfin-vue/package.json
T

30 lines
701 B
JSON
Raw Normal View History

2020-09-02 20:34:50 +02:00
{
"name": "@jellyfin-vue",
2020-09-02 20:34:50 +02:00
"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/*"
],
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",
"yarn": "Yarn is not supported. Please use NPM."
},
"devDependencies": {
"eslint": "9.10.0",
"typescript": "5.6.2"
2020-09-02 20:34:50 +02:00
}
}