Something went wrong. Try again.
ouija board1
Something went wrong. Try again.
1234567891011121314151617181920212223{ "name": "@jeeboard/testkit", "version": "0.1.0", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": ["dist"], "dependencies": { "@jeeboard/core": "workspace:*", "@jeeboard/scene": "workspace:*" }, "scripts": { "build": "tsc -p tsconfig.json", "bench": "pnpm run build && node test/benchmark.mjs", "test": "pnpm run build && node --test test/*.test.mjs", "typecheck": "tsc -p tsconfig.json --noEmit" }}