mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-15 18:08:46 +00:00
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
30 lines
707 B
JSON
30 lines
707 B
JSON
{
|
|
"name": "functions",
|
|
"description": "Cloud Functions for Firebase",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"serve": "firebase serve --only functions",
|
|
"shell": "firebase functions:shell",
|
|
"start": "npm run shell",
|
|
"deploy": "firebase deploy --only functions",
|
|
"logs": "firebase functions:log"
|
|
},
|
|
"engines": {
|
|
"node": "10"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"busboy": "^0.3.1",
|
|
"firebase": "^6.6.2",
|
|
"firebase-admin": "^8.6.0",
|
|
"firebase-functions": "^3.1.0",
|
|
"strip-ansi": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.12.0",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"firebase-functions-test": "^0.1.6"
|
|
},
|
|
"private": true
|
|
}
|