package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "tabby-terminal",
  3. "version": "1.0.197-nightly.1",
  4. "description": "Tabby's terminal emulation core",
  5. "keywords": [
  6. "tabby-builtin-plugin"
  7. ],
  8. "main": "dist/index.js",
  9. "typings": "typings/index.d.ts",
  10. "scripts": {
  11. "build": "webpack --progress --color --display-modules",
  12. "watch": "webpack --progress --color --watch",
  13. "prepare": "patch-package"
  14. },
  15. "files": [
  16. "dist",
  17. "typings"
  18. ],
  19. "author": "Eugene Pankov",
  20. "license": "MIT",
  21. "devDependencies": {
  22. "ansi-colors": "^4.1.1",
  23. "binstring": "^0.2.1",
  24. "buffer-replace": "^1.0.0",
  25. "cli-spinner": "^0.2.10",
  26. "dataurl": "0.1.0",
  27. "hexer": "^1.5.0",
  28. "ngx-colors": "^3.4.0",
  29. "patch-package": "^6.5.0",
  30. "runes": "^0.4.2",
  31. "xterm": "^5.3.0",
  32. "xterm-addon-canvas": "^0.5.0",
  33. "xterm-addon-fit": "^0.8.0",
  34. "xterm-addon-image": "^0.5.0",
  35. "xterm-addon-ligatures": "^0.7.0",
  36. "xterm-addon-search": "^0.13.0",
  37. "xterm-addon-serialize": "^0.11.0",
  38. "xterm-addon-unicode11": "^0.6.0",
  39. "xterm-addon-webgl": "^0.16.0",
  40. "zmodem.js": "^0.1.9"
  41. },
  42. "peerDependencies": {
  43. "@angular/animations": "^15",
  44. "@angular/common": "^15",
  45. "@angular/core": "^15",
  46. "@angular/forms": "^15",
  47. "@angular/platform-browser": "^15",
  48. "@ng-bootstrap/ng-bootstrap": "^14",
  49. "rxjs": "^7",
  50. "tabby-core": "*",
  51. "tabby-settings": "*"
  52. }
  53. }