googlemaps-js-api-stub
Version:
Google Maps Javascript API Stub
37 lines (36 loc) • 855 B
JSON
{
"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"
}
}