jellyfin-spicetify/package.json
trafficlunar 51f6f8c78a feat: build workflow
some other stuff as well
2026-03-06 16:37:36 +00:00

22 lines
534 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"
}
}