Last active
August 13, 2019 23:37
-
-
Save mesmacosta/32a314a01d6720ce1bf1ec8158b023cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "cloud-functions-create-batch-workload-vm", | |
| "version": "0.0.1", | |
| "private": true, | |
| "license": "Apache-2.0", | |
| "author": "Marcelo Costa", | |
| "main": "index.js", | |
| "engines": { | |
| "node": ">=8.13.0" | |
| }, | |
| "scripts": { | |
| "test": "mocha test/*.test.js --timeout=20000" | |
| }, | |
| "devDependencies": { | |
| "@google-cloud/nodejs-repo-tools": "^3.3.0", | |
| "mocha": "^6.0.0", | |
| "proxyquire": "^2.0.0", | |
| "sinon": "^7.0.0" | |
| }, | |
| "dependencies": { | |
| "@google-cloud/compute": "1.0.1", | |
| "safe-buffer": "^5.1.2" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment