mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
28 lines
734 B
JSON
28 lines
734 B
JSON
{
|
|
"name": "@memoh/agent-gateway",
|
|
"version": "0.3.1",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
|
|
"start": "pnpm run build && bun run dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/bearer": "^1.4.2",
|
|
"@elysiajs/cors": "^1.4.1",
|
|
"@memoh/agent": "workspace:*",
|
|
"@memoh/config": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"@mozilla/readability": "^0.6.0",
|
|
"@types/turndown": "^5.0.6",
|
|
"ai": "^6.0.25",
|
|
"elysia": "latest",
|
|
"toml": "^3.0.0",
|
|
"turndown": "^7.2.2",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|