mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
17 lines
406 B
JSON
17 lines
406 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.2.1",
|
|
"firebase-functions": "^0.5"
|
|
}
|
|
}
|