-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "website-monitoring-by-gas",
"version": "1.1.1",
"description": "Website status monitoring using Google Apps Script",
"main": "websiteMonitoring.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttsukagoshi/website-monitoring-by-gas.git"
},
"keywords": [
"google-apps-script",
"google-sheets",
"website-status-monitoring"
],
"author": "ttsukagoshi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ttsukagoshi/website-monitoring-by-gas/issues"
},
"homepage": "https://github.com/ttsukagoshi/website-monitoring-by-gas#readme",
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.97",
"@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-prettier": "^5.2.1",
"prettier": "^3.4.2",
"typescript": "^5.5.4"
}
}