{
  "name": "@mailwoman/tiger",
  "version": "9.2.0",
  "description": "US Census TIGER/Line data processing and analysis.",
  "keywords": [
    "census",
    "geospatial",
    "tiger"
  ],
  "homepage": "https://github.com/sister-software/mailwoman",
  "bugs": {
    "url": "https://github.com/sister-software/mailwoman/issues"
  },
  "license": "AGPL-3.0-only OR LicenseRef-Commercial",
  "contributors": [
    {
      "name": "Teffen Ellis",
      "email": "teffen@sister.software"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sister-software/mailwoman.git",
    "directory": "packages/tiger"
  },
  "files": [
    "out/",
    "*.ts",
    "*.tsx",
    "**/*.ts",
    "**/*.tsx",
    "!*.test.ts",
    "!*.test.tsx",
    "!**/*.test.ts",
    "!**/*.test.tsx",
    "!__snapshots__/",
    "!test/**"
  ],
  "type": "module",
  "imports": {
    "#index": {
      "types": "./out/index.d.ts",
      "default": "./out/index.js"
    }
  },
  "exports": {
    "./package.json": "./package.json",
    "./sdk": {
      "types": "./out/sdk/index.d.ts",
      "default": "./out/sdk/index.js"
    },
    "./tools": {
      "types": "./out/tools/index.d.ts",
      "default": "./out/tools/index.js"
    },
    ".": {
      "types": "./out/index.d.ts",
      "default": "./out/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      "./package.json": "./package.json",
      "./sdk": {
        "types": "./out/sdk/index.d.ts",
        "default": "./out/sdk/index.js"
      },
      "./tools": {
        "types": "./out/tools/index.d.ts",
        "default": "./out/tools/index.js"
      },
      ".": {
        "types": "./out/index.d.ts",
        "default": "./out/index.js"
      }
    },
    "imports": {
      "#index": {
        "types": "./out/index.d.ts",
        "default": "./out/index.js"
      }
    }
  },
  "scripts": {
    "test": "node ./out/sdk/TIGERService.test.js"
  },
  "dependencies": {
    "@mailwoman/core": "9.2.0",
    "@mailwoman/spatial": "9.2.0",
    "@turf/boolean-contains": "^7.3.5",
    "kysely": "^0.29.4",
    "spliterator": "^6.2.0",
    "type-fest": "^5.8.0"
  },
  "devDependencies": {
    "@protomaps/basemaps": "^5.7.2"
  },
  "engines": {
    "node": ">=24.18.0"
  }
}