-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 839 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 839 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
{
"name": "google_form_discord_notification_template",
"description": "The template to notify google form response to discord channel.",
"version": "1.0.0",
"author": "tainakanchu <tainakanchu815@gmail.com>",
"main": "src/index.ts",
"homepage": "https://github.com/patchwork-prj/google_form_discord_notification_template",
"repository": {
"type": "git",
"url": "https://github.com/patchwork-prj/google_form_discord_notification_template.git"
},
"bugs": {
"url": "https://github.com/patchwork-prj/google_form_discord_notification_template/issues"
},
"keywords": [
"discord",
"google apps script",
"google form",
"notification"
],
"license": "MIT",
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.65",
"discord-webhook-ts": "3.0.3"
}
}