supermemory/packages/tools/test/chatapp/package.json
MaheshtheDev 76b0f2746b fix: Multi Params issue with @supermemory/tools (#854)
testing for now

fix proxy issue

upgraded the package
2026-04-16 07:37:09 +00:00

36 lines
765 B
JSON

{
"name": "chatapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/react": "3.0.160",
"@posthog/ai": "^7.3.0",
"@supermemory/tools": "1.4.1",
"ai": "6.0.158",
"next": "16.0.0",
"openai": "^4.104.0",
"posthog-node": "^5.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"zod": "^4.1.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"ai": "6.0.158"
}
}