GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
2.8 KiB

2 months ago
  1. {
  2. "name": "firebase-tools",
  3. "version": "11.21.0",
  4. "description": "Command-Line Interface for Firebase",
  5. "main": "./lib/index.js",
  6. "bin": {
  7. "firebase": "./lib/bin/firebase.js"
  8. },
  9. "files": [
  10. "lib",
  11. "schema",
  12. "standalone",
  13. "templates"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/firebase/firebase-tools.git"
  18. },
  19. "keywords": [
  20. "cdn",
  21. "cli",
  22. "ssl",
  23. "cloud",
  24. "hosting",
  25. "firebase",
  26. "realtime",
  27. "websockets",
  28. "synchronization"
  29. ],
  30. "preferGlobal": true,
  31. "engines": {
  32. "node": "^14.18.0 || >=16.4.0"
  33. },
  34. "author": "Firebase (https://firebase.google.com/)",
  35. "license": "MIT",
  36. "bugs": {
  37. "url": "https://github.com/firebase/firebase-tools/issues"
  38. },
  39. "homepage": "https://github.com/firebase/firebase-tools",
  40. "publishConfig": {
  41. "registry": "https://wombat-dressing-room.appspot.com"
  42. },
  43. "nyc": {
  44. "require": [
  45. "ts-node/register"
  46. ],
  47. "reporter": [
  48. "lcovonly",
  49. "text"
  50. ],
  51. "report-dir": "./.coverage",
  52. "extension": [
  53. ".js",
  54. ".ts"
  55. ],
  56. "exclude": [
  57. "src/test/**/*"
  58. ]
  59. },
  60. "dependencies": {
  61. "@google-cloud/pubsub": "^3.0.1",
  62. "abort-controller": "^3.0.0",
  63. "ajv": "^6.12.6",
  64. "archiver": "^5.0.0",
  65. "async-lock": "1.3.2",
  66. "body-parser": "^1.19.0",
  67. "chokidar": "^3.0.2",
  68. "cjson": "^0.3.1",
  69. "cli-table": "0.3.11",
  70. "colorette": "^2.0.19",
  71. "commander": "^4.0.1",
  72. "configstore": "^5.0.1",
  73. "cors": "^2.8.5",
  74. "cross-env": "^5.1.3",
  75. "cross-spawn": "^7.0.3",
  76. "csv-parse": "^5.0.4",
  77. "exegesis": "^4.1.0",
  78. "exegesis-express": "^4.0.0",
  79. "express": "^4.16.4",
  80. "filesize": "^6.1.0",
  81. "form-data": "^4.0.0",
  82. "fs-extra": "^10.1.0",
  83. "glob": "^7.1.2",
  84. "google-auth-library": "^7.11.0",
  85. "inquirer": "^8.2.0",
  86. "js-yaml": "^3.13.1",
  87. "jsonwebtoken": "^9.0.0",
  88. "leven": "^3.1.0",
  89. "libsodium-wrappers": "^0.7.10",
  90. "lodash": "^4.17.21",
  91. "marked": "^4.0.14",
  92. "marked-terminal": "^5.1.1",
  93. "mime": "^2.5.2",
  94. "minimatch": "^3.0.4",
  95. "morgan": "^1.10.0",
  96. "node-fetch": "^2.6.7",
  97. "open": "^6.3.0",
  98. "ora": "^5.4.1",
  99. "portfinder": "^1.0.32",
  100. "progress": "^2.0.3",
  101. "proxy-agent": "^5.0.0",
  102. "request": "^2.87.0",
  103. "retry": "^0.13.1",
  104. "rimraf": "^3.0.0",
  105. "semver": "^5.7.1",
  106. "stream-chain": "^2.2.4",
  107. "stream-json": "^1.7.3",
  108. "strip-ansi": "^6.0.1",
  109. "superstatic": "^9.0.2",
  110. "tar": "^6.1.11",
  111. "tcp-port-used": "^1.0.2",
  112. "tmp": "^0.2.1",
  113. "triple-beam": "^1.3.0",
  114. "universal-analytics": "^0.5.3",
  115. "unzipper": "^0.10.10",
  116. "update-notifier-cjs": "^5.1.6",
  117. "uuid": "^8.3.2",
  118. "winston": "^3.0.0",
  119. "winston-transport": "^4.4.0",
  120. "ws": "^7.2.3"
  121. }
  122. }