gamebrary/functions/package.json
dependabot[bot] 7bb47d561b Update axios requirement from ^0.18.0 to ^0.19.0 in /functions (#139)
Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.19.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-19 09:54:04 -07:00

20 lines
526 B
JSON

{
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"serve": "firebase serve --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"dependencies": {
"axios": "^0.19.0",
"firebase-admin": "^8.4.0",
"firebase-functions": "^3.2.0"
},
"engines": {
"node": "8"
},
"private": true
}