{
  "name": "@classic-homes/chat-indexer",
  "version": "0.2.3",
  "description": "CLI for indexing content into the Classic Homes chat system",
  "type": "module",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/classichomes/chat.git",
    "directory": "packages/indexer"
  },
  "bin": {
    "chat-indexer": "./bin/chat-indexer.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "vitest run"
  },
  "dependencies": {
    "@classic-homes/logger": "^0.1.9",
    "@classic-homes/shared": "^0.1.9",
    "cheerio": "^1.1.2",
    "commander": "^12.1.0",
    "cosmiconfig": "^9.0.0",
    "dotenv": "^16.4.0",
    "minimatch": "^10.0.0",
    "p-limit": "^7.2.0",
    "turndown": "^7.2.2",
    "yaml": "^2.9.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "@types/turndown": "^5.0.6",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  },
  "keywords": [
    "cli",
    "indexer",
    "vectorize",
    "chat"
  ],
  "license": "MIT"
}
