-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "google-apps-script",
"version": "4.1.13",
"description": "gas, the complete CLI for Google Apps Script",
"bin": {
"gas": "./bin/gas",
"gas-get": "./bin/gas-get",
"gas-create": "./bin/gas-create",
"gas-delete": "./bin/gas-delete"
},
"scripts": {
"gas": "./bin/gas",
"gas-get": "./bin/gas-get",
"gas-create": "./bin/gas-create",
"gas-delete": "./bin/gas-delete"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/maartendesnouck/google-apps-script.git"
},
"keywords": [
"google-apps-script",
"googleappsscript",
"gas",
"export",
"import",
"download",
"upload",
"Google",
"apps",
"script",
"CLI",
"drive",
"script.google.com"
],
"author": "Maarten Desnouck ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/maartendesnouck/google-apps-script/issues"
},
"homepage": "https://github.com/maartendesnouck/google-apps-script#readme",
"dependencies": {
"colors": "^1.3.3",
"columnify": "^1.5.4",
"commander": "^3.0.1",
"firebase": "^6.6.1",
"fs-extra": "^8.1.0",
"googleapis": "^43.0.0",
"has-unicode": "^2.0.1",
"opn": "^6.0.0",
"parse-gitignore": "^1.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sanitize-filename": "^1.6.3",
"semver": "^6.3.0",
"syntax-error": "^1.4.0"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=1.0.0"
}
}