{ "name": "@jeeboard/protocol", "version": "0.1.0", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": ["dist"], "scripts": { "build": "tsc -p tsconfig.json", "test": "pnpm run build && node --test test/*.test.mjs", "typecheck": "tsc -p tsconfig.json --noEmit" } }