-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}