{ "name": "@dispatch/api", "version": "0.0.1", "private": true, "type": "module", "main": "src/index.ts", "scripts": { "dev": "bun --watch src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "hono": "^4.0.0", "@dispatch/core": "workspace:*" }, "devDependencies": { "@types/bun": "latest" } }