diff options
Diffstat (limited to 'deploy-ui-gcs/package.json')
| -rw-r--r-- | deploy-ui-gcs/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/deploy-ui-gcs/package.json b/deploy-ui-gcs/package.json new file mode 100644 index 0000000..7fc4a29 --- /dev/null +++ b/deploy-ui-gcs/package.json @@ -0,0 +1,17 @@ +{ + "name": "deploy-ui-gcs", + "version": "1.0.1", + "description": "", + "main": "index.js", + "scripts": { + "manual-trigger-fn": "node trigger.js", + "deploy": "node deploy.js" + }, + "author": "", + "license": "ISC", + "dependencies": { + "@google-cloud/pubsub": "^0.18.0", + "@google-cloud/storage": "^5.18.1", + "jszip": "^3.7.1" + } +}
\ No newline at end of file |
