T03: game-kernel SOTA survey with measured boardgame.io baseline harness

This commit is contained in:
tegwick 2026-07-31 01:11:04 +02:00
parent 38ffd8b7fd
commit a7e31d4210
7 changed files with 376 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
"name": "boardgame-io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"boardgame.io": "^0.50.2"
}
}