package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "tabby-local",
  3. "version": "1.0.148-nightly.2",
  4. "description": "Tabby's local shell plugin",
  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. "dependencies": {
  20. "hterm-umdjs": "1.4.1",
  21. "opentype.js": "^1.3.3"
  22. },
  23. "devDependencies": {
  24. "@types/deep-equal": "^1.0.0",
  25. "@types/shell-escape": "^0.2.0",
  26. "ansi-colors": "^4.1.1",
  27. "dataurl": "0.1.0",
  28. "deep-equal": "2.0.5",
  29. "ps-node": "^0.1.6",
  30. "runes": "^0.4.2",
  31. "shell-escape": "^0.2.0",
  32. "utils-decorators": "^1.8.3"
  33. },
  34. "peerDependencies": {
  35. "@angular/animations": "^9.1.9",
  36. "@angular/common": "^9.1.11",
  37. "@angular/core": "^9.1.9",
  38. "@angular/forms": "^9.1.11",
  39. "@angular/platform-browser": "^9.1.11",
  40. "@ng-bootstrap/ng-bootstrap": "^6.1.0",
  41. "rxjs": "^6.5.5",
  42. "tabby-core": "*",
  43. "tabby-settings": "*",
  44. "tabby-terminal": "*"
  45. }
  46. }