feat: initial commit

This commit is contained in:
trafficlunar 2026-03-03 18:32:00 +00:00
commit 8c98c2624b
10 changed files with 4153 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"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"
}
}