This repository was archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.27 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
36
37
38
39
40
41
42
{
"name": "google-apps-script-template",
"version": "2.0.0",
"description": "A starting point for google apps script projects for transpilation, editing and deployment",
"scripts": {
"lint:taskrunner": "npx eslint -c gulp/.eslintrc.js --no-eslintrc gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nirazul/google-apps-script-template.git"
},
"author": "Rouven Bühlmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nirazul/google-apps-script-template/issues"
},
"homepage": "https://github.com/Nirazul/google-apps-script-template#readme",
"dependencies": {
"core-js": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@dreipol/babel-preset-google-apps-script": "^1.0.2",
"@dreipol/eslint-config": "^6.0.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"del": "^4.1.1",
"eslint-plugin-googleappsscript": "^1.0.1",
"fancy-log": "^1.3.3",
"gas-webpack-plugin": "^1.0.2",
"gulp": "^4.0.1",
"gulp-eslint": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-tap": "^1.0.1",
"lazypipe": "^1.0.2",
"lodash": "^4.17.13",
"minimist": "^1.2.0",
"plugin-error": "^1.0.1",
"undertaker-forward-reference": "^1.0.2",
"webpack": "^4.30.0"
}
}