-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 988 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": "gas-gmail-to-sheet",
"version": "1.0.0",
"description": "A template script that pulls CSV or XLSX files from Gmail, then updates a Google Sheet",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/* && tsc && cpy appsscript.json dist/ && prettier dist/ --write && clasp push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpelton-stroud/gas-gmail-to-sheets.git"
},
"keywords": [
"GAS",
"starter",
"template",
"Google Apps Script"
],
"author": "jpelton-stroud",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jpelton-stroud/gas-gmail-to-sheets/issues"
},
"homepage": "https://github.com/jpelton-stroud/gas-gmail-to-sheets#readme",
"devDependencies": {
"@google/clasp": "^3.1.3",
"@types/google-apps-script": "^2.0.7",
"cpy": "^12.1.0",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
}
}