{ "name": "ng-eventually", "private": true, "type": "module", "description": "Generic polyfill layer over the NextGraph JS SDK — makes a single broker behave like the (not-yet-shipped) multi-user NextGraph: emulated capabilities and inbox. Drop-in SDK-shaped client; remove at migration. (A global-index curator package is deferred — see README.)", "workspaces": ["packages/*"], "scripts": { "test": "bun test", "typecheck": "bunx tsc --noEmit -p packages/client/tsconfig.json" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.6.0" } }