{
  "name": "@civiq/entity-resolution",
  "version": "0.1.2",
  "description": "Entity resolution for civic data — committee/agency alias matching, industry taxonomy, ticker-to-sector resolution, FEC entity deduplication",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./industry-taxonomy": {
      "types": "./dist/industry-taxonomy.d.ts",
      "import": "./dist/industry-taxonomy.js"
    },
    "./committee-agency-map": {
      "types": "./dist/committee-agency-map.d.ts",
      "import": "./dist/committee-agency-map.js"
    }
  },
  "files": [
    "dist",
    "data",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "METHODOLOGY.md"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build && npm run test"
  },
  "dependencies": {
    "fuse.js": "^7.0.0"
  },
  "devDependencies": {
    "typescript": "^5.8.0"
  },
  "license": "MIT",
  "author": "Mark Sandford",
  "homepage": "https://github.com/civdotiq/civ.iq/tree/main/packages/entity-resolution#readme",
  "bugs": {
    "url": "https://github.com/civdotiq/civ.iq/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/civdotiq/civ.iq.git",
    "directory": "packages/entity-resolution"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "keywords": [
    "entity-resolution",
    "civic",
    "government",
    "committee",
    "fec",
    "civic-tech",
    "civiq",
    "industry-taxonomy",
    "lobbying",
    "opensecrets"
  ]
}
