mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
7bb47d561b
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>
20 lines
526 B
JSON
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
|
|
}
|