-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 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": "googleworkspace-apps-script-samples",
"version": "1.0.0",
"description": "Apps Script samples for [Google Workspace](https://developers.google.com/apps-script/) docs.",
"license": "MIT",
"private": true,
"keywords": [
"Google Workspace",
"Apps Script",
"Calendar",
"Drive",
"Sheets",
"Slides",
"API"
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/google-apps-script": "^2.0.8",
"@types/node": "^24.10.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"scripts": {
"lint": "tsx .github/scripts/biome-gs.ts lint",
"format": "tsx .github/scripts/biome-gs.ts format",
"check": "tsx .github/scripts/check-gs.ts"
},
"type": "module",
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=20"
}
}