2025-10-28 13:17:06 +05:30
|
|
|
{
|
2025-11-05 13:28:38 +05:30
|
|
|
"name": "@rowboatlabs/rowboatx",
|
2025-12-01 11:59:39 +05:30
|
|
|
"version": "0.16.0",
|
2025-10-28 13:17:06 +05:30
|
|
|
"main": "index.js",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2025-10-30 16:09:19 +08:00
|
|
|
"build": "rm -rf dist && tsc",
|
2025-12-18 11:43:42 +05:30
|
|
|
"server": "node dist/server.js",
|
|
|
|
|
"migrate-agents": "node dist/scripts/migrate-agents.js"
|
2025-10-28 13:17:06 +05:30
|
|
|
},
|
2025-11-05 13:28:38 +05:30
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"bin"
|
|
|
|
|
],
|
|
|
|
|
"bin": {
|
|
|
|
|
"rowboatx": "bin/app.js"
|
|
|
|
|
},
|
2025-10-28 13:17:06 +05:30
|
|
|
"keywords": [],
|
2025-11-05 13:28:38 +05:30
|
|
|
"author": "Rowboat Labs",
|
2025-11-18 22:10:26 +05:30
|
|
|
"license": "Apache-2.0",
|
2025-10-28 13:17:06 +05:30
|
|
|
"description": "",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^24.9.1",
|
2025-12-16 14:48:04 +05:30
|
|
|
"@types/react": "^18.3.12",
|
2025-10-28 13:17:06 +05:30
|
|
|
"typescript": "^5.9.3"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-11-14 09:13:28 +05:30
|
|
|
"@ai-sdk/anthropic": "^2.0.44",
|
2025-10-28 13:17:06 +05:30
|
|
|
"@ai-sdk/google": "^2.0.25",
|
|
|
|
|
"@ai-sdk/openai": "^2.0.53",
|
2025-11-20 16:41:41 +05:30
|
|
|
"@ai-sdk/openai-compatible": "^1.0.27",
|
|
|
|
|
"@ai-sdk/provider": "^2.0.0",
|
2025-12-17 07:29:56 +05:30
|
|
|
"@google-cloud/local-auth": "^3.0.1",
|
2025-12-02 13:24:58 +05:30
|
|
|
"@hono/node-server": "^1.19.6",
|
|
|
|
|
"@hono/standard-validator": "^0.1.5",
|
2025-10-28 13:17:06 +05:30
|
|
|
"@modelcontextprotocol/sdk": "^1.20.2",
|
2025-12-01 11:59:13 +05:30
|
|
|
"@openrouter/ai-sdk-provider": "^1.2.6",
|
|
|
|
|
"ai": "^5.0.102",
|
2025-12-02 13:24:58 +05:30
|
|
|
"awilix": "^12.0.5",
|
2025-12-16 14:48:04 +05:30
|
|
|
"eventsource-parser": "^1.1.2",
|
2025-12-17 07:29:56 +05:30
|
|
|
"google-auth-library": "^10.5.0",
|
|
|
|
|
"googleapis": "^169.0.0",
|
2025-12-02 13:24:58 +05:30
|
|
|
"hono": "^4.10.7",
|
|
|
|
|
"hono-openapi": "^1.1.1",
|
2025-12-16 14:48:04 +05:30
|
|
|
"ink": "^5.1.0",
|
|
|
|
|
"ink-select-input": "^6.2.0",
|
|
|
|
|
"ink-spinner": "^5.0.0",
|
|
|
|
|
"ink-text-input": "^6.0.0",
|
2025-11-07 11:42:10 +05:30
|
|
|
"json-schema-to-zod": "^2.6.1",
|
2025-10-28 13:17:06 +05:30
|
|
|
"nanoid": "^5.1.6",
|
2025-12-17 07:29:56 +05:30
|
|
|
"node-html-markdown": "^2.0.0",
|
2025-11-19 01:03:43 +05:30
|
|
|
"ollama-ai-provider-v2": "^1.5.4",
|
2025-12-16 14:48:04 +05:30
|
|
|
"react": "^18.3.1",
|
2025-12-18 10:10:10 +05:30
|
|
|
"yaml": "^2.8.2",
|
2025-11-15 01:51:22 +05:30
|
|
|
"yargs": "^18.0.0",
|
2025-10-28 13:17:06 +05:30
|
|
|
"zod": "^4.1.12"
|
|
|
|
|
}
|
|
|
|
|
}
|