123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "name": "firebase-tools",
- "version": "11.21.0",
- "description": "Command-Line Interface for Firebase",
- "main": "./lib/index.js",
- "bin": {
- "firebase": "./lib/bin/firebase.js"
- },
- "files": [
- "lib",
- "schema",
- "standalone",
- "templates"
- ],
- "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": "^14.18.0 || >=16.4.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",
- "publishConfig": {
- "registry": "https://wombat-dressing-room.appspot.com"
- },
- "nyc": {
- "require": [
- "ts-node/register"
- ],
- "reporter": [
- "lcovonly",
- "text"
- ],
- "report-dir": "./.coverage",
- "extension": [
- ".js",
- ".ts"
- ],
- "exclude": [
- "src/test/**/*"
- ]
- },
- "dependencies": {
- "@google-cloud/pubsub": "^3.0.1",
- "abort-controller": "^3.0.0",
- "ajv": "^6.12.6",
- "archiver": "^5.0.0",
- "async-lock": "1.3.2",
- "body-parser": "^1.19.0",
- "chokidar": "^3.0.2",
- "cjson": "^0.3.1",
- "cli-table": "0.3.11",
- "colorette": "^2.0.19",
- "commander": "^4.0.1",
- "configstore": "^5.0.1",
- "cors": "^2.8.5",
- "cross-env": "^5.1.3",
- "cross-spawn": "^7.0.3",
- "csv-parse": "^5.0.4",
- "exegesis": "^4.1.0",
- "exegesis-express": "^4.0.0",
- "express": "^4.16.4",
- "filesize": "^6.1.0",
- "form-data": "^4.0.0",
- "fs-extra": "^10.1.0",
- "glob": "^7.1.2",
- "google-auth-library": "^7.11.0",
- "inquirer": "^8.2.0",
- "js-yaml": "^3.13.1",
- "jsonwebtoken": "^9.0.0",
- "leven": "^3.1.0",
- "libsodium-wrappers": "^0.7.10",
- "lodash": "^4.17.21",
- "marked": "^4.0.14",
- "marked-terminal": "^5.1.1",
- "mime": "^2.5.2",
- "minimatch": "^3.0.4",
- "morgan": "^1.10.0",
- "node-fetch": "^2.6.7",
- "open": "^6.3.0",
- "ora": "^5.4.1",
- "portfinder": "^1.0.32",
- "progress": "^2.0.3",
- "proxy-agent": "^5.0.0",
- "request": "^2.87.0",
- "retry": "^0.13.1",
- "rimraf": "^3.0.0",
- "semver": "^5.7.1",
- "stream-chain": "^2.2.4",
- "stream-json": "^1.7.3",
- "strip-ansi": "^6.0.1",
- "superstatic": "^9.0.2",
- "tar": "^6.1.11",
- "tcp-port-used": "^1.0.2",
- "tmp": "^0.2.1",
- "triple-beam": "^1.3.0",
- "universal-analytics": "^0.5.3",
- "unzipper": "^0.10.10",
- "update-notifier-cjs": "^5.1.6",
- "uuid": "^8.3.2",
- "winston": "^3.0.0",
- "winston-transport": "^4.4.0",
- "ws": "^7.2.3"
- }
- }
|