forked from bernot-dev/starrez-google-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "starrezgooglescripts",
"version": "1.0.0",
"description": "StarRez Google Scripts",
"main": "",
"dependencies": {
"@google/clasp": "^2.3.0",
"inquirer": "^7.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-googleappsscript": "^1.0.3",
"eslint-plugin-node": "^11.0.0",
"open": "^7.0.3",
"shelljs": "^0.8.3"
},
"scripts": {
"setup": "node Setup/setup.js",
"lint": "eslint --fix .",
"update": "clasp pull && git fetch --all && git reset --hard origin/master && clasp push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avb100/starrez-google-scripts.git"
},
"keywords": [
"StarRez"
],
"author": "Adam Bernot <avb100@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/avb100/starrez-google-scripts/issues"
},
"homepage": "https://github.com/avb100/starrez-google-scripts#readme"
}