mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
32 lines
784 B
JSON
32 lines
784 B
JSON
{
|
|
"name": "functions",
|
|
"description": "Cloud Functions for Firebase",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"serve": "firebase emulators:start --only functions",
|
|
"shell": "firebase functions:shell",
|
|
"start": "npm run shell",
|
|
"deploy": "firebase deploy --only functions",
|
|
"logs": "firebase functions:log"
|
|
},
|
|
"engines": {
|
|
"node": "12"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"firebase-admin": "^9.12.0",
|
|
"firebase-functions": "^3.11.0",
|
|
"random-name": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/eslint-parser": "^7.15.8",
|
|
"eslint": "^7.6.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"firebase-functions-test": "^0.2.0"
|
|
},
|
|
"private": true
|
|
}
|