mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
feat: initial commit
This commit is contained in:
commit
8c98c2624b
10 changed files with 4153 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue