package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "tabby-terminal",
  3. "version": "1.0.165-nightly.0",
  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. },
  14. "files": [
  15. "typings"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "ansi-colors": "^4.1.1",
  21. "binstring": "^0.2.1",
  22. "buffer-replace": "^1.0.0",
  23. "cli-spinner": "^0.2.10",
  24. "dataurl": "0.1.0",
  25. "hexer": "^1.5.0",
  26. "ps-node": "^0.1.6",
  27. "runes": "^0.4.2",
  28. "xterm": "npm:@tabby-gang/xterm@^4.16.0",
  29. "xterm-addon-fit": "^0.5.0",
  30. "xterm-addon-ligatures": "^0.5.0",
  31. "xterm-addon-search": "^0.8.2",
  32. "xterm-addon-serialize": "^0.6.1",
  33. "xterm-addon-unicode11": "^0.3.0",
  34. "xterm-addon-webgl": "^0.11.4",
  35. "zmodem.js": "^0.1.9"
  36. },
  37. "resolutions": {
  38. "**/opentype.js": "^1.3.4"
  39. },
  40. "peerDependencies": {
  41. "@angular/animations": "^9.1.9",
  42. "@angular/common": "^9.1.11",
  43. "@angular/core": "^9.1.9",
  44. "@angular/forms": "^9.1.11",
  45. "@angular/platform-browser": "^9.1.11",
  46. "@ng-bootstrap/ng-bootstrap": "^6.1.0",
  47. "rxjs": "^6.5.5",
  48. "tabby-core": "*",
  49. "tabby-settings": "*"
  50. }
  51. }