{ "name": "tabby-ssh", "version": "1.0.197-nightly.1", "description": "SSH connections for Tabby", "keywords": [ "tabby-builtin-plugin" ], "main": "dist/index.js", "typings": "typings/index.d.ts", "scripts": { "build": "webpack --progress --color", "watch": "webpack --progress --color --watch", "postinstall": "run-script-os", "postinstall:darwin:linux": "exit" }, "files": [ "dist", "typings" ], "author": "Eugene Pankov", "license": "MIT", "devDependencies": { "@types/node": "20.3.1", "ansi-colors": "^4.1.1", "strip-ansi": "^7.0.0" }, "dependencies": { "@luminati-io/socksv5": "^0.0.7", "run-script-os": "^1.1.3", "tmp-promise": "^3.0.3" }, "peerDependencies": { "@angular/animations": "^15", "@angular/common": "^15", "@angular/core": "^15", "@angular/forms": "^15", "@angular/platform-browser": "^15", "@ng-bootstrap/ng-bootstrap": "^14", "rxjs": "^7", "tabby-core": "*", "tabby-settings": "*", "tabby-terminal": "*" }, "resolutions": { "glob": "7.2.3" } }