{
  "name": "@{{organization}}/{{name}}",
  "version": "1.0.0",
  "description": "Cloud Functions",
  "author": "desmondpnw3dev <desmondpnw3dev>",
  "homepage": "https://github.com/{{organization}}/{{name}}#readme",
  "license": "ISC",
  "main": "functions/src/index.ts",
  "directories": {
    "functions": "functions/src/"
  },
  "files": [
    "functions"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/{{organization}}/{{name}}.git"
  },
  "scripts": {
    "test": "cd ./functions && npm i && npm test",
    "posttest": "cd ..",
    "deploy": "cd ./functions && npm run deploy"
  },
  "bugs": {
    "url": "https://github.com/{{organization}}/{{name}}/issues"
  },
  "dependencies": {
    "firebase-admin": "^8.12.1",
    "firebase-functions": "^3.8.0"
  },
  "devDependencies": {
    "firebase-functions-test": "^0.2.1",
    "firebase-tools": "^8.2.0",
    "tslint": "^6.1.2",
    "typescript": "^3.8.3"
  }
}
