{
  "name": "@chrischall/realty-core",
  "version": "0.4.2",
  "description": "Pure, dependency-free realty-domain helpers — address tokenisation + match scoring, USPS street-suffix variants, locality alias remap, free-text address parsing + alternates; mortgage, affordability & rent-vs-buy calculators; feature extraction; tax/HOA/days-on-market/price-drop/last-sold/lot-size derivations; event-type mapping; hyperlink-formula, URL & geo (ZIP↔state) helpers. Hoisted from the realty MCP cohort.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrischall/realty-mcp.git",
    "directory": "packages/realty-core"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsc -b",
    "test": "vitest run"
  }
}
