mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-04 19:57:34 +00:00
13 lines
199 B
JSON
13 lines
199 B
JSON
{
|
|
"name": "jellyfin-vue",
|
|
"author": "Jellyfin Team",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "nuxt-start"
|
|
},
|
|
"dependencies": {
|
|
"nuxt-start": "^2.14.12"
|
|
}
|
|
}
|