package.json 831 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "tabby-telnet",
  3. "version": "1.0.165-nightly.0",
  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. "typings"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "@types/node": "14.14.31"
  21. },
  22. "peerDependencies": {
  23. "@angular/animations": "^9.1.9",
  24. "@angular/common": "^9.1.11",
  25. "@angular/core": "^9.1.9",
  26. "@angular/forms": "^9.1.11",
  27. "@angular/platform-browser": "^9.1.11",
  28. "@ng-bootstrap/ng-bootstrap": "^6.1.0",
  29. "rxjs": "^6.5.5",
  30. "tabby-core": "*",
  31. "tabby-settings": "*",
  32. "tabby-terminal": "*"
  33. }
  34. }