{
  "name": "@totalreclaw/client",
  "version": "1.3.0",
  "description": "TypeScript client library for TotalReclaw — E2EE encryption, LSH blind indexing, embedding search, and BM25+cosine reranking for AI agent memory",
  "homepage": "https://totalreclaw.xyz",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc || true",
    "postinstall": "find node_modules/ox -name '*.ts' -not -path '*/node_modules/*' -not -path '*/_types/*' -delete 2>/dev/null; true",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "totalreclaw",
    "e2e-encryption",
    "encryption",
    "e2ee",
    "lsh",
    "vector-search",
    "ai-memory",
    "ai-agent",
    "semantic-search",
    "memory"
  ],
  "author": "TotalReclaw Team",
  "license": "MIT",
  "dependencies": {
    "@huggingface/transformers": "^4.0.1",
    "@noble/hashes": "^2.0.1",
    "@scure/bip39": "^2.0.1",
    "@totalreclaw/core": "^1.1.0",
    "permissionless": "^0.3.4",
    "protobufjs": "^7.2.5",
    "viem": "^2.46.3"
  },
  "optionalDependencies": {
    "keytar": "^7.9.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^20.11.0",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/p-diogo/totalreclaw.git",
    "directory": "client"
  }
}
