mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-08-12 12:29:41 +00:00
23 lines
563 B
JSON
23 lines
563 B
JSON
{
|
|
"name": "jellyfin-spicetify",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.ts && spicetify apply",
|
|
"build-local": "node build.ts --local",
|
|
"watch": "node build.ts --watch & spicetify watch -le"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"esbuild": "^0.28.1",
|
|
"esbuild-css-modules-plugin": "^3.1.5"
|
|
},
|
|
"dependencies": {
|
|
"@jellyfin/sdk": "^0.13.0",
|
|
"fuse.js": "^7.4.2"
|
|
}
|
|
}
|