angular/aio/scripts/generate-events/apps-script-extension/appsscript.json

14 lines
373 B
JSON
Raw Normal View History

{
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/firebase.database",
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"runtimeVersion": "V8",
"timeZone": "UTC"
}