{ "name": "@elizaos/example-edad", "version": "0.1.0", "description": "eDad — chat-in-place reference: standalone Bun server proxying /v1/messages to Eliza Cloud with affiliate + app-id headers.", "author": "RemilioNubilio", "scripts": { "start": "bun run server.ts", "dev": "bun --hot run server.ts", "typecheck": "tsgo --noEmit", "test": "bun run test.ts", "build": "bun build server.ts --outdir=dist --target=bun --format=esm", "clean": "rm -rf dist", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "dependencies": { "@elizaos/cloud-sdk": "workspace:*" }, "devDependencies": { "@types/node": "^25.0.3", "bun-types": "1.3.14" } }