Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Last active August 13, 2019 23:37
Show Gist options
  • Select an option

  • Save mesmacosta/32a314a01d6720ce1bf1ec8158b023cd to your computer and use it in GitHub Desktop.

Select an option

Save mesmacosta/32a314a01d6720ce1bf1ec8158b023cd to your computer and use it in GitHub Desktop.
{
"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