package.json 847 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "tabby-telnet",
  3. "version": "1.0.197-nightly.1",
  4. "description": "Telnet/socket 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. "ansi-colors": "^4.1.1",
  22. "@types/node": "14.14.31"
  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. "@ng-bootstrap/ng-bootstrap": "^14",
  31. "rxjs": "^7",
  32. "tabby-core": "*",
  33. "tabby-settings": "*",
  34. "tabby-terminal": "*"
  35. }
  36. }