cloud-foundation-fabric/blueprints/gke/binauthz/image/package.json

16 lines
289 B
JSON

{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^6.11.0",
"express": "^4.17.3"
}
}