mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-05-11 06:16:03 +08:00
17 lines
519 B
JSON
17 lines
519 B
JSON
{
|
|
"name": "firebase-functions-integration-test",
|
|
"version": "1.0.0",
|
|
"description": "Integration test for deploying Firebase functions",
|
|
"main": "test-functions-deploy.js",
|
|
"scripts": {
|
|
"test": "node test-functions-deploy.js"
|
|
},
|
|
"author": "Firebase",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"firebase": "^3.5.0",
|
|
"firebase-admin": "^4.1.2",
|
|
"firebase-functions": "https://storage.googleapis.com/firebase-preview-drop/node/firebase-functions/firebase-functions-preview.latest.tar.gz"
|
|
}
|
|
}
|