UNPKG

@mem0/vercel-ai-provider

Version:

Vercel AI Provider for providing memory to LLMs

91 lines (90 loc) 2.32 kB
{ "name": "@mem0/vercel-ai-provider", "version": "3.0.0", "description": "Vercel AI Provider for providing memory to LLMs", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsup", "clean": "rm -rf dist", "dev": "nodemon", "lint": "eslint \"./**/*.ts*\"", "type-check": "tsc --noEmit", "prettier-check": "prettier --check \"./**/*.ts*\"", "test": "jest", "test:edge": "vitest --config vitest.edge.config.js --run", "test:node": "vitest --config vitest.node.config.js --run" }, "repository": { "type": "git", "url": "https://github.com/mem0ai/mem0", "directory": "vercel-ai-sdk" }, "keywords": [ "ai", "vercel-ai" ], "author": "Saket Aryan <saketaryan2002@gmail.com>", "license": "Apache-2.0", "dependencies": { "@ai-sdk/anthropic": "^3.0.82", "@ai-sdk/cohere": "^3.0.36", "@ai-sdk/google": "^3.0.80", "@ai-sdk/groq": "^3.0.39", "@ai-sdk/openai": "^3.0.69", "@ai-sdk/provider": "^3.0.10", "@ai-sdk/provider-utils": "^4.0.27", "ai": "^6.0.199", "dotenv": "^16.6.1", "partial-json": "0.1.7", "zod": "^3.25.76" }, "devDependencies": { "@edge-runtime/vm": "^3.2.0", "@types/jest": "^29.5.14", "@types/node": "^18.19.130", "jest": "^29.7.0", "nodemon": "^3.1.14", "ts-jest": "^29.4.11", "ts-node": "^10.9.2", "tsup": "^8.5.1", "typescript": "^5.9.3" }, "peerDependencies": { "zod": "^3.0.0" }, "peerDependenciesMeta": { "zod": { "optional": true } }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "directories": { "example": "example", "test": "tests" }, "packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b", "pnpm": { "onlyBuiltDependencies": [ "esbuild", "sqlite3" ], "overrides": { "glob@>=10.2.0 <10.5.0": "^10.5.0", "minimatch@<3.1.3": "^3.1.3", "minimatch@>=5.0.0 <5.1.8": "^5.1.8", "minimatch@>=9.0.0 <9.0.7": "^9.0.7", "picomatch@<2.3.2": "^2.3.2", "rollup@>=4.0.0 <4.59.0": "^4.59.0" } } }