{
  "name": "@clawdrive/core",
  "version": "0.1.2",
  "description": "Core storage, embedding, and search engine for ClawDrive",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": ["dist"],
  "repository": {
    "type": "git",
    "url": "https://github.com/Hyper3Labs/clawdrive.git",
    "directory": "packages/core"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "dev": "tsc --watch"
  },
  "dependencies": {
    "@google/genai": "^1",
    "@lancedb/lancedb": "^0.15",
    "apache-arrow": "^18",
    "p-limit": "^7.3.0",
    "pdf-lib": "^1.17.1",
    "proper-lockfile": "^4",
    "sharp": "^0.34.5",
    "uuidv7": "^1",
    "zod": "^3"
  },
  "devDependencies": {
    "@types/proper-lockfile": "^4",
    "vitest": "^3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
