48 lines
1.2 KiB
JSON
48 lines
1.2 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/jwt": "^9.0.1",
|
|
"@fastify/websocket": "^11.0.1",
|
|
"@kubernetes/client-node": "^1.0.0",
|
|
"@langchain/anthropic": "latest",
|
|
"@langchain/core": "latest",
|
|
"@langchain/langgraph": "latest",
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
"@qdrant/js-client-rest": "^1.17.0",
|
|
"argon2": "^0.41.1",
|
|
"better-auth": "^1.5.3",
|
|
"fastify": "^5.2.0",
|
|
"iceberg-js": "latest",
|
|
"ioredis": "^5.4.2",
|
|
"js-yaml": "^4.1.0",
|
|
"kysely": "^0.27.3",
|
|
"ollama": "^0.5.10",
|
|
"pg": "^8.13.1",
|
|
"pino": "^9.6.0",
|
|
"pino-pretty": "^13.0.0",
|
|
"zeromq": "^6.0.0-beta.20",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^22.10.2",
|
|
"@types/pg": "^8.11.10",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|