mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
22 lines
535 B
JSON
22 lines
535 B
JSON
{
|
|
"name": "jellyfin-spicetify",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun build.ts && spicetify apply",
|
|
"build-local": "bun build.ts --local",
|
|
"watch": "bun build.ts --watch & spicetify watch -le"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"esbuild": "^0.27.3",
|
|
"esbuild-css-modules-plugin": "^3.1.5"
|
|
},
|
|
"dependencies": {
|
|
"@jellyfin/sdk": "^0.13.0"
|
|
}
|
|
}
|