e06adaa081
- npm workspaces: shared/, server/ - shared/turn.js: port turn logic verbatim from App.js (bugs preserved) - 39 characterization tests lock current behavior - gitignore: sqlite data, logs
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"name": "@ttrpg/shared",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Pure logic shared by client + server + tests. No I/O.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
}
|