-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.47 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "mail-merge-for-gmail",
"version": "3.1.0",
"description": "Group Merge: Mail Merge for Gmail. An open-sourced Google Workspace Add-on to send personalized emails based on Gmail template to multiple recipients using Google Sheets. The Group Merge feature allows the sender to group the contents of two or more rows into one row for a single recipient.",
"engines": {
"node": ">=18.19.0 || >=20.0.0"
},
"main": "src/group-merge.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttsukagoshi/mail-merge-for-gmail.git"
},
"keywords": [
"gmail",
"spreadsheet",
"google-sheets",
"google-apps-script",
"mail-merge",
"gmail-drafts",
"google-workspace",
"google-workspace-add-on"
],
"author": "ttsukagoshi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ttsukagoshi/mail-merge-for-gmail/issues"
},
"homepage": "https://github.com/ttsukagoshi/mail-merge-for-gmail#readme",
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.79",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-googleappsscript": "^1.0.5",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}