{
  "name": "@react-google-maps/infobox",
  "sideEffects": false,
  "version": "2.16.0",
  "description": "InfoBox for React.js Google Maps API",
  "license": "MIT",
  "author": {
    "name": "Alexey Lyakhov",
    "email": "justfly1984@gmail.com",
    "url": "https://github.com/JustFly1984"
  },
  "contributors": [
    "Kevin Brown <kevin.brown@exogee.com> (https://github.com/thekevinbrown)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/JustFly1984/react-google-maps-api.git",
    "directory": "packages/react-google-maps-api-infobox"
  },
  "bugs": {
    "url": "https://github.com/JustFly1984/react-google-maps-api/issues"
  },
  "homepage": "https://react-google-maps-api-docs.netlify.app",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/cjs.js",
  "types": "dist/index.d.ts",
  "unpkg": "dist/umd.min.js",
  "module": "dist/esm.js",
  "files": [
    "src/",
    "dist/"
  ],
  "keywords": [
    "React",
    "Google",
    "Map",
    "API",
    "addons/InfoBox"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "rollup --config",
    "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
    "update": "yarn-check -u",
    "lint": "npx eslint ./src/**/*.{ts,tsx}",
    "pub": "yarn publish .",
    "tc": "tsc -p ./tsconfig.json --noEmit --traceResolution",
    "prepublishOnly": "yarn build"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "22.0.2",
    "@rollup/plugin-node-resolve": "13.3.0",
    "@rollup/plugin-typescript": "8.3.4",
    "jest": "29.2.2",
    "jest-cli": "29.2.2",
    "rimraf": "3.0.2",
    "rollup": "2.78.1",
    "rollup-plugin-dts": "4.2.2",
    "rollup-plugin-terser": "7.0.2"
  },
  "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
}
