{
  "name": "@equationalapplications/react-llm-wiki",
  "version": "7.7.4",
  "description": "In-browser LLM memory for React web apps. Bring your own SQLite adapter (e.g., sql.js WebAssembly) for a complete, zero-server RAG experience.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./js": {
      "types": "./dist/js.d.ts",
      "import": "./dist/js.mjs",
      "require": "./dist/js.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "license": "MIT",
  "keywords": [
    "llm-memory",
    "ai-memory",
    "rag",
    "sqlite",
    "vector-search",
    "episodic-memory",
    "semantic-memory",
    "multi-agent",
    "typescript",
    "gemini",
    "openai",
    "react",
    "react-hooks",
    "web-ai",
    "sql.js",
    "wasm",
    "in-browser"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/equationalapplications/expo-llm-wiki.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/equationalapplications/expo-llm-wiki/issues"
  },
  "homepage": "https://github.com/equationalapplications/expo-llm-wiki/tree/main/packages/react#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@equationalapplications/core-llm-wiki": "7.7.4"
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "react": ">=17"
  },
  "devDependencies": {
    "@testing-library/react": "16.3.3",
    "@types/react": "19.2.18",
    "@types/react-dom": "19.2.7",
    "@vitejs/plugin-react": "6.1.1",
    "jsdom": "30.0.1",
    "react": "19.2.8",
    "react-dom": "19.2.8",
    "tsup": "8.5.1",
    "typescript": "5.9.3",
    "vitest": "5.0.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}