UNPKG

lume-ai

Version:

A powerful yet simple library to build your own AI applications.

54 lines 1.35 kB
{ "name": "lume-ai", "version": "0.0.6", "description": "A powerful yet simple library to build your own AI applications.", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest" }, "keywords": [ "ai", "llm", "vector-db", "gene", "lume", "lume-ai" ], "author": "Light Yagami <its_lightyagami@icloud.com>", "license": "MIT", "packageManager": "pnpm@10.6.5", "repository": { "type": "git", "url": "https://github.com/LightYagami200/lume-ai.git" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.15.21", "dotenv": "^16.5.0", "jest": "^29.7.0", "ts-jest": "^29.3.4", "typescript": "^5.8.3" }, "dependencies": { "@anthropic-ai/sdk": "^0.52.0", "@e2b/code-interpreter": "^1.5.0", "@google/genai": "^1.2.0", "@pinecone-database/pinecone": "^6.0.1", "@qdrant/js-client-rest": "^1.14.1", "better-sqlite3": "^11.10.0", "ioredis": "^5.6.1", "openai": "^4.103.0", "uuid": "^11.1.0", "vectra": "^0.11.1", "voyageai": "^0.0.4" }, "exports": { ".": "./dist/index.js", "./llms": "./dist/llms/index.js", "./genes": "./dist/genes/index.js", "./histories": "./dist/histories/index.js", "./tools": "./dist/tools/index.js" } }