package.json 968 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "terminus-ssh",
  3. "version": "1.0.104-nightly.0",
  4. "description": "SSH connection manager for Terminus",
  5. "keywords": [
  6. "terminus-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": "12.7.3",
  21. "@types/ssh2": "^0.5.35",
  22. "ansi-colors": "^4.1.1",
  23. "cli-spinner": "^0.2.10",
  24. "ssh2": "^0.8.2",
  25. "ssh2-streams": "^0.4.2",
  26. "sshpk": "^1.16.1",
  27. "temp": "^0.9.1",
  28. "terminus-terminal": "^1.0.98-nightly.0"
  29. },
  30. "peerDependencies": {
  31. "@angular/common": "^7",
  32. "@angular/core": "^7",
  33. "@angular/forms": "^7",
  34. "@ng-bootstrap/ng-bootstrap": "^1",
  35. "rxjs": "^5",
  36. "terminus-core": "*",
  37. "terminus-settings": "*",
  38. "terminus-terminal": "*"
  39. }
  40. }