Created
December 27, 2018 22:10
-
-
Save imrenagi/ea7b06932afee2c472d8f63ebc54f9dd to your computer and use it in GitHub Desktop.
This file contains 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": "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 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mungkin perlu diajarin jg bro untuk buat test cloud functions 👍