{
  "name": "property-bot",
  "version": "0.1.0",
  "description": "Official property.bot SDK + CLI for the public info/health API. Matching stays on OAuth-gated MCP.",
  "type": "module",
  "bin": {
    "property-bot": "./dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node --experimental-strip-types --test test/*.test.ts",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fourcolors/property-bot-grok-plugin.git"
  },
  "homepage": "https://property.bot",
  "bugs": {
    "url": "https://property.bot/contact"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "property-bot",
    "property.bot",
    "sdk",
    "cli",
    "mcp",
    "housing",
    "roommate"
  ],
  "license": "UNLICENSED",
  "dependencies": {
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^22.17.0",
    "typescript": "^5.9.2"
  }
}
