{
  "name": "google-maps-js-api-loader",
  "version": "4.0.3",
  "author": "Andrii Dubetskyi",
  "description": "A lightweight JavaScript library for loading the Google Maps JavaScript API",
  "keywords": [
    "google",
    "maps",
    "asynchronous",
    "async",
    "loader",
    "browser"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Krombik/google-maps-loader.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Krombik/google-maps-loader/issues"
  },
  "homepage": "https://github.com/Krombik/google-maps-loader#readme",
  "peerDependencies": {
    "@types/google.maps": ">=3.51.0"
  },
  "peerDependenciesMeta": {
    "@types/google.maps": {
      "optional": true
    }
  },
  "engines": {
    "node": ">10"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": {
        "types": "./index.d.cts",
        "default": "./index.cjs"
      },
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    }
  },
  "sideEffects": false
}