{
  "name": "vicinityhash",
  "version": "2.12.0",
  "description": "Geohashes based on latitude, longitude and radius",
  "author": "Filipe Correa <filipecorrea@me.com> (http://github.com/filipecorrea)",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest --config config/jest.config.ts --coverage",
    "prebuild": "rm -rf dist",
    "build": "tsc -p config/tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filipecorrea/vicinityhash.git"
  },
  "keywords": [
    "geofence",
    "geohash",
    "geolocation",
    "vicinity",
    "circle",
    "proximity",
    "latitude",
    "longitude",
    "radius"
  ],
  "bugs": {
    "url": "https://github.com/filipecorrea/vicinityhash/issues"
  },
  "homepage": "https://github.com/filipecorrea/vicinityhash#readme",
  "dependencies": {
    "ngeohash": "0.6.3"
  },
  "devDependencies": {
    "@types/jest": "30.0.0",
    "@types/ngeohash": "0.6.8",
    "@types/node": "24.10.1",
    "jest": "30.2.0",
    "ts-jest": "29.4.6",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  }
}
