{
  "name": "googlemaps-js-api-stub",
  "version": "3.64.0",
  "description": "Google Maps Javascript API Stub",
  "main": "stub.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeMangler/googlemaps-js-api-stub.git"
  },
  "keywords": [
    "googlemaps",
    "maps",
    "javascript",
    "api",
    "js-api",
    "stub",
    "dummy",
    "mock",
    "double",
    "fake",
    "spy"
  ],
  "author": "CodeMangler",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/CodeMangler/googlemaps-js-api-stub/issues"
  },
  "homepage": "https://github.com/CodeMangler/googlemaps-js-api-stub#readme",
  "devDependencies": {
    "@playwright/browser-chromium": "^1.59.1",
    "@playwright/test": "^1.59.1"
  },
  "scripts": {
    "test": "node test/verify_stub.js && npx playwright test test/verify_frontend.spec.js"
  }
}
