Upload New File
Showing
package.json
0 → 100644
{ | |||
"name": "gcp-image-recog-api", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"@google-cloud/vision": "^3.0.1", | |||
"cors": "^2.8.5", | |||
"express": "^4.18.2", | |||
"formidable": "^2.0.1", | |||
"fs": "0.0.1-security", | |||
"open": "^8.4.0" | |||
} | |||
} |
Please register or sign in to comment