package.json
json
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠ breaking
1 day ago
| 1 | { |
| 2 | "name": "musehub-frontend", |
| 3 | "version": "0.1.0", |
| 4 | "scripts": { |
| 5 | "build:js": "esbuild src/ts/app.ts --bundle --format=iife --minify --outfile=musehub/templates/musehub/static/app.js", |
| 6 | "build:embed-player": "esbuild src/ts/embed-player.ts --bundle --format=iife --minify --outfile=musehub/templates/musehub/static/embed-player.js", |
| 7 | "build:css": "sass --style=compressed --no-source-map src/scss/app.scss musehub/templates/musehub/static/app.css", |
| 8 | "build:embed": "sass --style=compressed --no-source-map src/scss/embed.scss musehub/templates/musehub/static/embed.css", |
| 9 | "build": "npm run build:js && npm run build:css && npm run build:embed && node -e \"require('fs').writeFileSync('musehub/templates/musehub/static/.cache-id', String(Date.now()))\"", |
| 10 | "watch:js": "esbuild src/ts/app.ts --bundle --format=iife --outfile=musehub/templates/musehub/static/app.js --watch", |
| 11 | "watch:css": "sass --watch src/scss/app.scss musehub/templates/musehub/static/app.css", |
| 12 | "type-check": "tsc --noEmit", |
| 13 | "test": "vitest run", |
| 14 | "test:watch": "vitest", |
| 15 | "test:coverage": "vitest run --coverage" |
| 16 | }, |
| 17 | "devDependencies": { |
| 18 | "@types/node": "^22.0.0", |
| 19 | "@vitest/coverage-v8": "^4.1.4", |
| 20 | "esbuild": "^0.27.3", |
| 21 | "sass": "^1.89.2", |
| 22 | "typescript": "^5.9.3", |
| 23 | "vitest": "^4.1.4" |
| 24 | }, |
| 25 | "dependencies": { |
| 26 | "highlight.js": "^11.11.1" |
| 27 | } |
| 28 | } |
File History
1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2
feat: add repair-commit wire endpoint (API parity with repa…
Opus 4.8
minor
⚠
1 day ago