mirror of https://github.com/flutter/pinball.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
551 B
24 lines
551 B
{
|
|
"name": "functions",
|
|
"description": "Cloud Functions for Firebase",
|
|
"scripts": {
|
|
"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": "16"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"firebase-admin": "^10.0.2",
|
|
"firebase-functions": "^3.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"firebase-functions-test": "^0.2.0"
|
|
},
|
|
"private": true
|
|
}
|