{
  "name": "@googlemap-react/core",
  "version": "0.1.14",
  "description": "Easier-to-use Google Map & React integration",
  "repository": "git@github.com:googlemap-react/googlemap-react.git",
  "author": "Gabriel Wu <qqbbnease1004@126.com>",
  "homepage": "https://github.com/googlemap-react/googlemap-react#readme",
  "bugs": {
    "url": "https://github.com/googlemap-react/googlemap-react/issues"
  },
  "license": "MIT",
  "keywords": [
    "google map",
    "googlemap",
    "react",
    "react hooks",
    "react context",
    "marker",
    "infowindow",
    "map",
    "street view",
    "places",
    "search",
    "drawing",
    "visualization",
    "geometry",
    "shapes",
    "overlay"
  ],
  "source": "index.ts",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "umd": "dist/index.umd.js",
  "dependencies": {
    "loadjs": "^4.0.1",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "devDependencies": {
    "@babel/plugin-syntax-typescript": "7.12.1",
    "@testing-library/jest-dom": "5.11.8",
    "@testing-library/react": "11.2.3",
    "@types/googlemaps": "3.43.1",
    "@types/jest": "26.0.20",
    "@types/loadjs": "4.0.0",
    "@types/node": "14.14.20",
    "@types/react": "17.0.0",
    "@types/react-dom": "17.0.0",
    "@types/uuid": "8.3.0",
    "@typescript-eslint/eslint-plugin": "4.12.0",
    "eslint-plugin-prettier": "3.3.1",
    "eslint-plugin-react-hooks": "4.2.0",
    "microbundle": "0.13.0",
    "react": "17.0.1",
    "react-docgen-typescript": "1.20.5",
    "react-dom": "17.0.1",
    "react-scripts": "4.0.1",
    "react-styleguidist": "11.1.5",
    "ts-loader": "8.0.14",
    "typescript": "4.1.3"
  },
  "scripts": {
    "build": "cp ../../*.md . && rm -rf dist && microbundle --jsx React.createElement --strict && rm -rf .rts2_cache_*",
    "dev": "microbundle --jsx React.createElement --strict --watch --format cjs",
    "prepublish": "yarn build",
    "styleguide": "styleguidist server",
    "styleguide:build": "styleguidist build",
    "pretest": "rm -rf dist",
    "test": "react-scripts test --env=jsdom"
  },
  "eslintConfig": {
    "extends": "react-app",
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
      "project": "./tsconfig.json"
    },
    "plugins": [
      "@typescript-eslint",
      "prettier",
      "react-hooks"
    ],
    "rules": {
      "prettier/prettier": "error"
    }
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}",
      "!src/__test__helpers__/**"
    ]
  },
  "gitHead": "7eb60deba5e9a575e4eec2ab4af84f0f1dbca708",
  "publishConfig": {
    "access": "public"
  }
}
