package.json 902 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "tabby-serial",
  3. "version": "1.0.171-nightly.3",
  4. "description": "Serial connections for Tabby",
  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",
  12. "watch": "webpack --progress --color --watch"
  13. },
  14. "files": [
  15. "dist"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "@types/node": "14.14.14",
  21. "ansi-colors": "^4.1.1"
  22. },
  23. "peerDependencies": {
  24. "@angular/animations": "^9.1.9",
  25. "@angular/common": "^9.1.11",
  26. "@angular/core": "^9.1.9",
  27. "@angular/forms": "^9.1.11",
  28. "@angular/platform-browser": "^9.1.11",
  29. "@angular/platform-browser-dynamic": "^9.1.11",
  30. "@ng-bootstrap/ng-bootstrap": "^6.2.0",
  31. "rxjs": "^6.6.3",
  32. "tabby-core": "*",
  33. "tabby-settings": "*",
  34. "tabby-terminal": "*"
  35. }
  36. }