package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "tabby-ssh",
  3. "version": "1.0.197-nightly.1",
  4. "description": "SSH 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. "postinstall": "run-script-os",
  14. "postinstall:darwin:linux": "exit"
  15. },
  16. "files": [
  17. "dist",
  18. "typings"
  19. ],
  20. "author": "Tabby Developers",
  21. "license": "MIT",
  22. "devDependencies": {
  23. "@types/node": "20.3.1",
  24. "ansi-colors": "^4.1.1",
  25. "strip-ansi": "^7.0.0"
  26. },
  27. "dependencies": {
  28. "@luminati-io/socksv5": "^0.0.7",
  29. "run-script-os": "^1.1.3",
  30. "tmp-promise": "^3.0.3"
  31. },
  32. "peerDependencies": {
  33. "@angular/animations": "^15",
  34. "@angular/common": "^15",
  35. "@angular/core": "^15",
  36. "@angular/forms": "^15",
  37. "@angular/platform-browser": "^15",
  38. "@ng-bootstrap/ng-bootstrap": "^14",
  39. "rxjs": "^7",
  40. "tabby-core": "*",
  41. "tabby-settings": "*",
  42. "tabby-terminal": "*"
  43. },
  44. "resolutions": {
  45. "glob": "7.2.3"
  46. }
  47. }