Playtest fixes (DB PG* connection, blindtest sound/vote-status/tracks, quiz input reset, clock sync) and additions (DJ can be contributor, 90s blindtest, volume control, theme switcher). See CHANGELOG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"name": "@nerdware/shared",
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint",
|
|
"format": "prettier --write \"**/*.ts\"",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./domain": "./src/domain.ts",
|
|
"./events": "./src/events.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10",
|
|
"eslint": "^10",
|
|
"globals": "^17",
|
|
"typescript": "~6",
|
|
"typescript-eslint": "^8"
|
|
}
|
|
}
|