Skip to content

Instantly share code, notes, and snippets.

@imrenagi
Created December 27, 2018 22:10
Show Gist options
  • Save imrenagi/ea7b06932afee2c472d8f63ebc54f9dd to your computer and use it in GitHub Desktop.
Save imrenagi/ea7b06932afee2c472d8f63ebc54f9dd to your computer and use it in GitHub Desktop.
{
"name": "receipt_text_detector",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"author": "Imre Nagi",
"engines": {
"node": ">=4.3.2"
},
"scripts": {
"lint": "repo-tools lint",
"pretest": "npm run lint",
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"@google-cloud/pubsub": "^0.18.0",
"@google-cloud/storage": "^1.7.0",
"@google-cloud/vision": "^0.19.0",
"busboy": "^0.2.14",
"uuid": "^3.2.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.2.1",
"ava": "0.25.0",
"sinon": "4.4.2"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
}
}
@rhzs
Copy link

rhzs commented Dec 28, 2018

mungkin perlu diajarin jg bro untuk buat test cloud functions 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment