Files
ozan f43f0f3d3c
Build & Deploy Platform / build (push) Failing after 3s
Deploy Bot Service / build (push) Failing after 3s
chore: remove dead cmd/tea CLI, update old repo references
- Delete cmd/tea/ entirely — replaced by cmd/tstudio/
- Remove cmd/tea/** from build.yml paths-ignore (no longer exists)
- Update package.json repo URL from git.arikigame.com/tinqs-ltd/bot to tinqs.com/tinqs/studio
- Update gateway.ts and pipelines route.ts repo lists to current tinqs.com repos
- Remove deleted repos: tinqs-ltd/bot, tinqs-ltd/website, tinqs-ltd/devops, tinqs-ltd/isleborn

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-22 11:14:15 +01:00

54 lines
1.4 KiB
JSON

{
"name": "tinqs-bot",
"version": "4.10.1",
"private": true,
"repository": {
"type": "git",
"url": "https://tinqs.com/tinqs/studio.git"
},
"description": "Tinqs Studio bot — inference proxy, gateway, chat, team tooling",
"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"
}
}