Files

14 lines
277 B
JSON
Raw Permalink Normal View History

{
"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": "../scripts/cap.sh 30 jest"
},
"devDependencies": {
"jest": "^29.7.0"
}
}