Files
firebase-tools/scripts/package.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"
}
}