{
  "name": "@mapbox/gazetteer",
  "version": "5.2.0",
  "description": "Place bookmarks for maps",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/gazetteer.git"
  },
  "keywords": ["reference", "locations"],
  "author": "Mapbox",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/gazetteer/issues"
  },
  "homepage": "https://github.com/mapbox/gazetteer",
  "scripts": {
    "format": "prettier --write '**/*.json' '**/*.js'",
    "test": "node test.js"
  },
  "dependencies": {
    "@hapi/joi": "^15.0.3",
    "@placemarkio/check-geojson": "^0.1.12"
  },
  "devDependencies": {
    "husky": "^9.1.7",
    "prettier": "^3.4.2",
    "pretty-quick": "^4.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
