-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 897 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 897 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
{
"name": "@googlemaps-samples/js-api-samples",
"version": "1.0.0",
"description": "Samples for the Google Maps JavaScript API.",
"scripts": {
"build-all": "npm run clean && npm run build --workspaces && npm run generate-index",
"clean": "bash samples/clean.sh",
"generate-index": "bash samples/generate-index.sh"
},
"workspaces": [
"samples/*"
],
"devDependencies": {
"@eslint/css": "^0.11.1",
"@eslint/js": "^9.36.0",
"@eslint/json": "^0.13.2",
"@eslint/markdown": "^7.4.0",
"@playwright/test": "^1.56.0",
"@types/google.maps": "^3.58.1",
"@types/node": "^24.4.0",
"eslint": "^9.35.0",
"@types/node": "^24.7.0",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"rimraf": "^6.0.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "^7.1.7"
},
"dependencies": {
"dotenv": "^17.2.2"
}
}