-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More fil
A412
e actions
31 lines (31 loc) · 841 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 841 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
{
"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.14.1",
"@eslint/js": "^10.0.1",
"@eslint/json": "^1.0.1",
"@eslint/markdown": "^7.5.1",
"@playwright/test": "^1.58.2",
"@types/google.maps": "^3.58.1",
"@types/node": "^25.3.5",
"eslint": "^10.0.3",
"globals": "^17.4.0",
"rimraf": "^6.1.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0",
"vite": "^7.3.1"
},
"dependencies": {
"dotenv": "^17.3.1"
}
}