{ "name": "agent-ui-server", "version": "1.0.0", "type": "module", "scripts": { "start": "bun run index.ts", "dev": "bun --watch run index.ts" } }