nerdware/packages/shared/package.json
AyoubBenziza 7116d63c81 chore(release): 0.1.1
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>
2026-06-12 12:33:41 +02:00

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"
}
}