{
  "name": "react-map-gl-geocoder",
  "version": "2.0.11",
  "description": "React wrapper for mapbox-gl-geocoder for use with react-map-gl",
  "source": "src/index.js",
  "main": "dist/index.js",
  "module": "dist/index.m.js",
  "unpkg": "dist/index.umd.js",
  "scripts": {
    "build": "microbundle --external react,events && cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
    "format": "prettier --write 'src/**/*.js'",
    "prepublish": "npm run build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "npm run format",
      "eslint",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:SamSamskies/react-map-gl-geocoder.git"
  },
  "keywords": [
    "react",
    "mapbox",
    "mapbox-gl",
    "mapgl",
    "react-map-gl",
    "geocoder"
  ],
  "author": "Sam Samskies <samsamskies@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SamSamskies/react-map-gl-geocoder/issues"
  },
  "homepage": "https://github.com/SamSamskies/react-map-gl-geocoder",
  "dependencies": {
    "@mapbox/mapbox-gl-geocoder": "4.2.0",
    "prop-types": "^15.7.2",
    "viewport-mercator-project": "6.1.1"
  },
  "peerDependencies": {
    "react-map-gl": ">= 4.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^6.2.2",
    "eslint-plugin-react": "^7.11.1",
    "husky": "^1.2.1",
    "lint-staged": "^9.2.5",
    "microbundle": "^0.12.0-next.3",
    "prettier": "1.15.3"
  }
}
