{
  "name": "@equationalapplications/expo-llm-wiki",
  "version": "6.0.1",
  "description": "Local-first LLM memory for Expo and React Native. Combines the core semantic search and extraction engine with expo-sqlite and ready-to-use React hooks.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./factory": {
      "types": "./dist/factory.d.ts",
      "require": "./dist/factory.js",
      "import": "./dist/factory.mjs"
    }
  },
  "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",
    "expo",
    "react-native",
    "expo-sqlite",
    "mobile-ai",
    "local-first"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/equationalapplications/expo-llm-wiki.git",
    "directory": "packages/expo"
  },
  "bugs": {
    "url": "https://github.com/equationalapplications/expo-llm-wiki/issues"
  },
  "homepage": "https://github.com/equationalapplications/expo-llm-wiki/tree/main/packages/expo#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@equationalapplications/core-llm-wiki": "6.0.1",
    "@equationalapplications/react-llm-wiki": "6.0.1"
  },
  "peerDependencies": {
    "expo-crypto": ">=12",
    "expo-sqlite": "^14.0.0 || ^15.0.0 || ^55.0.0 || ^56.0.0 || ^57.0.0",
    "react": ">=17"
  },
  "devDependencies": {
    "expo-crypto": "^57.0.1",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "4.1.5"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}