{
  "name": "@mastra/rag",
  "version": "0.1.14",
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@llamaindex/core": "^0.4.23",
    "@llamaindex/env": "^0.1.29",
    "@paralleldrive/cuid2": "^2.2.2",
    "js-tiktoken": "^1.0.19",
    "llamaindex": "^0.8.37",
    "node-html-better-parser": "^1.4.7",
    "pathe": "^2.0.3",
    "zod": "^3.24.2",
    "@mastra/core": "^0.7.0"
  },
  "peerDependencies": {
    "ai": "^4.0.0"
  },
  "devDependencies": {
    "@ai-sdk/cohere": "latest",
    "@ai-sdk/openai": "latest",
    "@microsoft/api-extractor": "^7.52.1",
    "@types/node": "^20.17.27",
    "ai": "^4.1.54",
    "dotenv": "^16.4.7",
    "eslint": "^9.23.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "vitest": "^3.0.9",
    "@internal/lint": "0.0.1"
  },
  "keywords": [
    "rag",
    "retrieval-augmented-generation",
    "vector-search",
    "vectorstore",
    "embeddings",
    "embedding",
    "document-processing",
    "semantic-search",
    "text-splitting",
    "chunking",
    "ai",
    "llm",
    "llms",
    "typescript"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
    "buld:watch": "pnpm build --watch",
    "test": "vitest run",
    "lint": "eslint ."
  }
}