{
  "name": "@p-j/geocodejson-ban",
  "version": "2.0.1",
  "description": "GeocodeJSON adapter for the French Base Adresse Nationale (api-adresse.data.gouv.fr)",
  "author": "Jérémie Parker <hi@pkr.sh>",
  "homepage": "https://github.com/p-j/geocodejson#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/p-j/geocodejson.git"
  },
  "bugs": {
    "url": "https://github.com/p-j/geocodejson/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf ./dist && tsc -b ./tsconfig.build.json",
    "test": "jest",
    "clean": "rimraf ./dist"
  },
  "dependencies": {
    "@p-j/geocodejson-types": "5.0.1",
    "@turf/helpers": "^7.0.0",
    "cross-fetch": "^4.0.0",
    "geojson": "^0.5.0",
    "ngeohash": "^0.6.3"
  },
  "devDependencies": {
    "@types/jest": "30.0.0",
    "@types/ngeohash": "0.6.8"
  }
}
