{
  "name": "@bonobolabs/firebase-tools",
  "version": "7.4.9",
  "description": "Command-Line Interface for Firebase",
  "main": "./lib/index.js",
  "bin": {
    "firebase": "./lib/bin/firebase.js"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf lib",
    "format": "prettier --write '{src,scripts}/**/*.{js,ts}'",
    "lint": "npm run lint:js && npm run lint:ts",
    "lint:js": "eslint '{src,scripts}/**/*.js'",
    "lint:ts": "tslint --project tsconfig.json --config tslint.json",
    "mocha": "nyc mocha --opts mocha.opts",
    "prepare": "npm run clean && npm run build",
    "test": "npm run lint && npm run mocha"
  },
  "files": [
    "lib",
    "templates",
    "standalone"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/firebase/firebase-tools.git"
  },
  "keywords": [
    "cdn",
    "cli",
    "ssl",
    "cloud",
    "hosting",
    "firebase",
    "realtime",
    "websockets",
    "synchronization"
  ],
  "preferGlobal": true,
  "engines": {
    "node": ">= 8.0.0"
  },
  "author": "Firebase (https://firebase.google.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/firebase/firebase-tools/issues"
  },
  "homepage": "https://github.com/firebase/firebase-tools",
  "nyc": {
    "require": [
      "ts-node/register"
    ],
    "extension": [
      ".js",
      ".ts"
    ],
    "exclude": [
      "src/test/**/*"
    ]
  },
  "dependencies": {
    "JSONStream": "^1.2.1",
    "archiver": "^3.0.0",
    "body-parser": "^1.19.0",
    "chokidar": "^3.0.2",
    "cjson": "^0.3.1",
    "cli-color": "^1.2.0",
    "cli-table": "^0.3.1",
    "commander": "^2.8.1",
    "configstore": "^1.2.0",
    "cross-env": "^5.1.3",
    "cross-spawn": "^4.0.0",
    "csv-streamify": "^3.0.4",
    "didyoumean": "^1.2.1",
    "dotenv": "^6.1.0",
    "exit-code": "^1.0.2",
    "express": "^4.16.4",
    "filesize": "^3.1.3",
    "fs-extra": "^0.23.1",
    "glob": "^7.1.2",
    "google-auto-auth": "^0.7.2",
    "inquirer": "~6.3.1",
    "jsonschema": "^1.0.2",
    "jsonwebtoken": "^8.2.1",
    "lodash": "^4.17.14",
    "marked": "^0.7.0",
    "marked-terminal": "^3.3.0",
    "minimatch": "^3.0.4",
    "plist": "^3.0.1",
    "open": "^6.3.0",
    "ora": "^3.4.0",
    "portfinder": "^1.0.23",
    "progress": "^2.0.3",
    "request": "^2.87.0",
    "semver": "^5.0.3",
    "superstatic": "^6.0.1",
    "tar": "^4.3.0",
    "tmp": "0.0.33",
    "universal-analytics": "^0.4.16",
    "update-notifier": "^2.5.0",
    "uuid": "^3.0.0",
    "winston": "^1.0.1"
  },
  "devDependencies": {
    "@types/body-parser": "^1.17.0",
    "@types/chai": "^4.1.6",
    "@types/chai-as-promised": "^7.1.0",
    "@types/cli-color": "^0.3.29",
    "@types/cli-table": "^0.3.0",
    "@types/cross-spawn": "^6.0.0",
    "@types/dotenv": "^6.1.0",
    "@types/express": "^4.16.0",
    "@types/fs-extra": "^5.0.5",
    "@types/glob": "^7.1.1",
    "@types/inquirer": "^6.0.3",
    "@types/lodash": "^4.14.136",
    "@types/marked": "^0.6.5",
    "@types/mocha": "^5.2.5",
    "@types/nock": "^9.3.0",
    "@types/node": "^10.12.0",
    "@types/plist": "^3.0.1",
    "@types/progress": "^2.0.3",
    "@types/request": "^2.48.1",
    "@types/semver": "^6.0.0",
    "@types/sinon": "^5.0.5",
    "@types/sinon-chai": "^3.2.2",
    "@types/supertest": "^2.0.6",
    "@types/tar": "^4.0.0",
    "@types/tmp": "^0.1.0",
    "@types/uuid": "^3.4.4",
    "@types/winston": "^2.4.4",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.1",
    "eslint": "^5.7.0",
    "eslint-plugin-prettier": "^3.0.0",
    "firebase": "^2.4.2",
    "firebase-admin": "^8.1.0",
    "firebase-functions": "^3.1.0",
    "mocha": "^5.0.5",
    "nock": "^9.3.3",
    "nyc": "^14.0.0",
    "prettier": "1.14.3",
    "sinon": "^6.3.4",
    "sinon-chai": "^3.2.0",
    "source-map-support": "^0.5.9",
    "supertest": "^3.3.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.16.0",
    "tslint-no-unused-expression-chai": "^0.1.4",
    "tslint-plugin-prettier": "^2.0.0",
    "typescript": "^3.4.5"
  }
}
