{
  "name": "@auth0/ai-llamaindex",
  "version": "5.0.2",
  "description": "Auth0 AI for LlamaIndex",
  "repository": {
    "type": "git",
    "url": "https://github.com/auth0/auth0-ai-js"
  },
  "types": "dist/esm/index.d.ts",
  "main": "dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "scripts": {
    "build": "npm run clean && npm run build:esm && npm run build:cjs",
    "build:watch": "run-p 'build:esm -- --watch' 'build:cjs -- -watch'",
    "build:esm": "tsc --project ./tsconfig.build.json --outDir ./dist/esm",
    "build:cjs": "tsc --project ./tsconfig.build.json --module nodenext --moduleResolution nodenext --declaration false --declarationMap false --outDir ./dist/cjs",
    "clean": "rm -rf dist",
    "lint": "eslint \"./**/*.ts*\"",
    "semantic-release": "npx --no semantic-release",
    "type-check": "tsc --noEmit",
    "test": "vitest run"
  },
  "files": [
    "dist/**/*.{*js,*js.map,d.ts}"
  ],
  "imports": {
    "#interrupts": {
      "types": "./dist/esm/interrupts/index.d.ts",
      "require": "./dist/cjs/interrupts/index.js",
      "import": "./dist/esm/interrupts/index.js"
    }
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./interrupts": {
      "types": "./dist/esm/interrupts/index.d.ts",
      "import": "./dist/esm/interrupts/index.js",
      "require": "./dist/cjs/interrupts/index.js"
    }
  },
  "author": {
    "name": "Auth0 Inc.",
    "url": "https://auth0.com"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@auth0/ai": "*",
    "@llamaindex/openai": "^0.4.18",
    "html-to-text": "^9.0.5",
    "llamaindex": "^0.11.28",
    "lodash": "^4.17.21",
    "magic-bytes.js": "^1.10.0"
  },
  "peerDependencies": {
    "@openfga/sdk": "^0.9.5"
  },
  "devDependencies": {
    "@eslint/compat": "^1.2.7",
    "@types/node": "^22.10.6",
    "eslint": "^9.22.0",
    "typedoc": "^0.27.6",
    "typescript": "^5.7.3",
    "vitest": "^3.0.9"
  },
  "publishConfig": {
    "access": "public"
  }
}
