-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"name": "google-apps-script-snippets",
"version": "1.1.6-25",
"description": "Google Apps Script Snippets",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ds": "gulp develop --path",
"dsw": "gulp watch --path",
"pull": "cp .clasp.json.pull .clasp.json && clasp pull"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contributorpw/google-apps-script-snippets.git"
},
"author": "Alexander Ivanov (@oshliaer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/contributorpw/google-apps-script-snippets/issues"
},
"homepage": "https://github.com/contributorpw/google-apps-script-snippets#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@types/google-apps-script": "^1.0.53",
"@types/lodash": "^4.14.182",
"babel-plugin-transform-es5-property-mutators": "^6.24.1",
"del": "^7.0.0",
"eslint": "^8.21.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-googleappsscript": "^1.0.3",
"eslint-plugin-prettier": "^4.2.1",
"forked-clasp": "^2.11.2",
"got": "^12.3.0",
"gulp": "^4.0.2",
"gulp-file-include": "^2.3.0",
"merge-stream": "^2.0.0",
"prettier": "^2.7.1",
"uglify-js": "^3.16.3"
},
"dependencies": {
"bootstrap": "^5.2.0",
"jaro-winkler": "^0.2.8",
"jquery": "^3.5.1",
"jsonata": "^1.8.6",
"xml-js": "^1.6.11"
},
"devSettings": {
"watchDelay": 1500
}
}