{
  "name": "geohash-kit",
  "version": "1.6.1",
  "description": "Modern TypeScript geohash toolkit — encode, decode, cover polygons, and build Nostr filters",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./core": {
      "types": "./dist/core.d.ts",
      "default": "./dist/core.js"
    },
    "./coverage": {
      "types": "./dist/coverage.d.ts",
      "default": "./dist/coverage.js"
    },
    "./nostr": {
      "types": "./dist/nostr.d.ts",
      "default": "./dist/nostr.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "bench": "vitest bench",
    "vectors:check": "node ./scripts/check-vectors.mjs"
  },
  "keywords": [
    "geohash",
    "geospatial",
    "nostr",
    "polygon",
    "coverage",
    "typescript",
    "esm",
    "g-tag",
    "proximity",
    "location",
    "gis",
    "spatial-index",
    "ngeohash",
    "geofencing",
    "coordinates",
    "latitude",
    "longitude",
    "mapping",
    "geo",
    "encode",
    "decode",
    "bounding-box",
    "point-in-polygon"
  ],
  "author": "forgesworn",
  "license": "MIT",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://forgesworn.github.io/geohash-kit/",
  "bugs": {
    "url": "https://github.com/forgesworn/geohash-kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forgesworn/geohash-kit.git"
  },
  "devDependencies": {
    "typescript": "^6.0.2",
    "vitest": "^4.1.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "files": [
    "dist",
    "LICENSE",
    "llms.txt",
    "llms-full.txt"
  ],
  "funding": {
    "type": "lightning",
    "url": "lightning:profusemeat89@walletofsatoshi.com"
  }
}
