Skip to content

Commit

Permalink
Added appsscript.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaikech committed Mar 21, 2021
1 parent 921539f commit d0a87c6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions appsscript.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"timeZone": "Asia/Tokyo",
"dependencies": {
"enabledAdvancedServices": [{
"userSymbol": "Docs",
"serviceId": "docs",
"version": "v1"
}, {
"userSymbol": "Drive",
"serviceId": "drive",
"version": "v2"
}, {
"userSymbol": "Slides",
"serviceId": "slides",
"version": "v1"
}, {
"userSymbol": "Sheets",
"serviceId": "sheets",
"version": "v4"
}],
"libraries": [{
"userSymbol": "ImgApp",
"libraryId": "1T03nYHRho6XMWYcaumClcWr6ble65mAT8OLJqRFJ5lukPVogAN2NDl-y",
"version": "8",
"developmentMode": true
}]
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}

0 comments on commit d0a87c6

Please sign in to comment.