a81a450e7e
Merged into tinqs/studio: - cmd/tinqs-cli/ — tinqs-cli (Go binary, from bot/cli) - cmd/tea/ — Gitea CLI tool (from tinqs/cli-tea) - services/bot/ — Bot service (from tinqs-ltd/bot on git.arikigame.com) - services/admin/ — Admin panel (from tinqs/admin) - services/team-tool/ — Team Tool (from tinqs/team-tool) - services/proxy/ — tinqs-proxy (from bot/proxy) - web/landing/ — tinqs.com website (from tinqs/website) - web/docs/ — Platform docs (from tinqs/docs) - web/blog/ — Blog (placeholder) - runner/ — Ephemeral CI runner (from tinqs/runner) All source repos will be deleted after verification.
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "bot-arikigame",
|
|
"version": "4.10.1",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.arikigame.com/tinqs-ltd/bot.git"
|
|
},
|
|
"description": "Unified bot platform — Meet assistant + docs MCP + team messaging",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "tsx --test __tests__/**/*.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
"@assistant-ui/react": "^0.12.24",
|
|
"@assistant-ui/react-markdown": "^0.12.8",
|
|
"@aws-sdk/client-bedrock-runtime": "^3.1026.0",
|
|
"@aws-sdk/client-lambda": "^3.1033.0",
|
|
"@aws-sdk/client-s3": "^3.1029.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.1033.0",
|
|
"@fal-ai/client": "^1.10.1",
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.6.0",
|
|
"@tanstack/react-query": "^5.99.0",
|
|
"ioredis": "^5.10.1",
|
|
"langfuse": "^3.38.20",
|
|
"next": "16.1.6",
|
|
"peerjs": "^1.5.5",
|
|
"pg": "^8.20.0",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"three": "^0.184.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/node": "^22.10.0",
|
|
"@types/pg": "^8.20.0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"postcss": "^8.5.9",
|
|
"tailwindcss": "^4.2.2",
|
|
"tsx": "^4.20.0",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|