{
  "name": "@goongmaps/goong-geocoder-react",
  "version": "0.1.1",
  "description": "React wrapper for goong-geocoder for use with goong-map-react",
  "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/@goongmaps/goong-geocoder/dist/goong-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:goong-io/goong-geocoder-react.git"
  },
  "keywords": [
    "react",
    "goong",
    "goongmaps",
    "mapgl",
    "geocoder"
  ],
  "author": "Goong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/goong-io/goong-geocoder-react/issues"
  },
  "homepage": "https://github.com/goong-io/goong-geocoder-react",
  "dependencies": {
    "@goongmaps/goong-geocoder": "1.0.6",
    "prop-types": "^15.7.2"
  },
  "peerDependencies": {
    "@goongmaps/goong-map-react": ">= 1.0.4"
  },
  "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"
  }
}
