-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.17 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": "cavingcrew-all-event-matrix",
"version": "1.0.0",
"description": "A Google Apps Script matrix for trip sign up for the Caving Crew.",
"scripts": {
"push": "clasp push --auth ~/.clasprc.timmydobson.json --force",
"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/cavingcrew/cavingcrew-all-event-matrix.git"
},
"author": "Tim Dobson",
"license": "All Rights Reserved",
"bugs": {
"url": "https://github.com/cavingcrew/cavingcrew-all-event-matrix/issues"
},
"homepage": "https://github.com/cavingcrew/cavingcrew-all-event-matrix#readme",
"dependencies": {
"@types/google-apps-script": "^1.0.56",
"clasp": "^1.0.0"
},
"devDependencies": {
"@google/clasp": "^2.4.2"
}
}