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.

32 lines
785 B

2 months ago
  1. {
  2. "name": "protobufjs-cli",
  3. "description": "Translates between file formats and generates static code as well as TypeScript definitions.",
  4. "version": "6.9.0",
  5. "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/dcodeIO/protobuf.js.git"
  9. },
  10. "license": "BSD-3-Clause",
  11. "main": "index.js",
  12. "types": "index.d.ts",
  13. "bin": {
  14. "pbjs": "bin/pbjs",
  15. "pbts": "bin/pbts"
  16. },
  17. "peerDependencies": {
  18. "protobufjs": "~6.9.0"
  19. },
  20. "dependencies": {
  21. "chalk": "^3.0.0",
  22. "escodegen": "^1.13.0",
  23. "espree": "^6.1.2",
  24. "estraverse": "^4.3.0",
  25. "glob": "^7.1.6",
  26. "jsdoc": "^3.6.3",
  27. "minimist": "^1.2.0",
  28. "semver": "^7.1.2",
  29. "tmp": "^0.1.0",
  30. "uglify-js": "^3.7.7"
  31. }
  32. }