43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@dexorder/gateway",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Multi-channel gateway with agent harness for Dexorder AI platform",
|
|
"scripts": {
|
|
"dev": "tsx watch src/main.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/main.js",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^10.0.1",
|
|
"@fastify/websocket": "^11.0.1",
|
|
"@kubernetes/client-node": "^0.21.0",
|
|
"@langchain/anthropic": "^0.3.8",
|
|
"@langchain/core": "^0.3.24",
|
|
"@langchain/google-genai": "^0.1.6",
|
|
"@langchain/langgraph": "^0.2.26",
|
|
"@langchain/openai": "^0.3.21",
|
|
"@langchain/openrouter": "^0.1.2",
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
"fastify": "^5.2.0",
|
|
"ioredis": "^5.4.2",
|
|
"js-yaml": "^4.1.0",
|
|
"pg": "^8.13.1",
|
|
"pino": "^9.6.0",
|
|
"pino-pretty": "^13.0.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^22.10.2",
|
|
"@types/pg": "^8.11.10",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|