-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.14 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
{
"name": "climbingclan-outdoor-matrix",
"version": "1.0.0",
"description": "A Google Apps Script for outdoor matrix",
"scripts": {
"push": "clasp push --auth ~/.clasprc.timmydobson.json",
"pull": "clasp pull --auth ~/.clasprc.timmydobson.json",
"watch": "clasp push --watch --auth ~/.clasprc.timmydobson.json",
"open": "clasp open --auth ~/.clasprc.timmydobson.json",
"deploy": "clasp deploy --auth ~/.clasprc.timmydobson.json",
"undeploy": "clasp undeploy --auth ~/.clasprc.timmydobson.json",
"version": "clasp version --auth ~/.clasprc.timmydobson.json",
"logs": "clasp logs --auth ~/.clasprc.timmydobson.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/climbingclan/climbingclan-outdoor-matrix.git"
},
"author": "Tim Dobson",
"license": "GPL-V3.0",
"bugs": {
"url": "https://github.com/climbingclan/climbingclan-outdoor-matrix/issues"
},
"homepage": "https://github.com/climbingclan/climbingclan-outdoor-matrix#readme",
"dependencies": {
"@types/google-apps-script": "^1.0.56",
"clasp": "^1.0.0"
},
"devDependencies": {
"@google/clasp": "^2.4.2"
}
}