{
  "name": "firebase-functions",
  "version": "0.1.0",
  "private": true,
  "main": "build/index.js",
  "scripts": {
    "build": "tsc",
    "deploy": "firebase deploy --only functions",
    "lint": "eslint src/**.ts",
    "logs": "firebase functions:log",
    "serve": "yarn run build && firebase emulators:start --only functions",
    "shell": "yarn run build && firebase functions:shell",
    "start": "yarn run shell"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": "eslint --fix"
  },
  "dependencies": {
    "@firebase/app-types": "0.x",
    "firebase-admin": "^8.12.1",
    "firebase-functions": "^3.6.1"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "firebase-functions-test": "^0.2.1",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.2",
    "typescript": "^3.9.2"
  },
  "engines": {
    "node": "10"
  }
}
