Skip to content

Instantly share code, notes, and snippets.

@kkrishnan90
Created October 23, 2021 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkrishnan90/0e9ddbc4eb0956e0a506b204ca0b23c6 to your computer and use it in GitHub Desktop.
Save kkrishnan90/0e9ddbc4eb0956e0a506b204ca0b23c6 to your computer and use it in GitHub Desktop.
{
"name": "appengine-storage",
"description": "Node.js Google Cloud Storage sample for Google App Engine",
"scripts": {
"start": "node app.js",
"test": "mocha system-test/*.test.js --exit --timeout=30000"
},
"engines": {
"node": ">= 12.20.0"
},
"dependencies": {
"@google-cloud/storage": "^5.3.0",
"axios": "^0.23.0",
"express": "^4.17.0",
"multer": "^1.4.2",
"pug": "^3.0.0"
},
"devDependencies": {
"mocha": "^9.0.0",
"proxyquire": "^2.1.3",
"supertest": "^6.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment