mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"name": "jellyfin-spicetify",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "spicetify-creator",
|
|
"build-local": "spicetify-creator --out=dist --minify",
|
|
"watch": "spicetify-creator --watch"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"spicetify-creator": "^1.0.17"
|
|
},
|
|
"dependencies": {
|
|
"@jellyfin/sdk": "^0.13.0"
|
|
}
|
|
}
|