package.json 888 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "tabby-serial",
  3. "version": "1.0.197-nightly.1",
  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. "typings"
  17. ],
  18. "author": "Eugene Pankov",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "@types/node": "14.14.14",
  22. "ansi-colors": "^4.1.1"
  23. },
  24. "peerDependencies": {
  25. "@angular/animations": "^15",
  26. "@angular/common": "^15",
  27. "@angular/core": "^15",
  28. "@angular/forms": "^15",
  29. "@angular/platform-browser": "^15",
  30. "@angular/platform-browser-dynamic": "^15",
  31. "@ng-bootstrap/ng-bootstrap": "^14",
  32. "rxjs": "^7",
  33. "tabby-core": "*",
  34. "tabby-settings": "*",
  35. "tabby-terminal": "*"
  36. }
  37. }