{ "name": "bot-agent-hub", "version": "0.1.0", "private": true, "packageManager": "pnpm@11.1.3", "scripts": { "build": "pnpm -r build", "dev": "pnpm --filter @bot-agent-hub/web dev", "lint": "pnpm -r lint", "test": "pnpm -r test", "typecheck": "pnpm -r typecheck", "contracts:test": "pnpm --filter @bot-agent-hub/contracts test", "contracts:coverage": "pnpm --filter @bot-agent-hub/contracts coverage", "indexer:dev": "pnpm --filter @bot-agent-hub/indexer dev", "web:dev": "pnpm --filter @bot-agent-hub/web dev" }, "pnpm": { "onlyBuiltDependencies": [ "bufferutil", "esbuild", "utf-8-validate" ] } }