1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 13:13:49 +03:00
tabby/tabby-ssh/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

{
2021-06-30 00:57:04 +03:00
"name": "tabby-ssh",
2022-02-07 18:36:20 +03:00
"version": "1.0.171-nightly.3",
2021-07-04 17:48:48 +03:00
"description": "SSH connections for Tabby",
"keywords": [
2021-06-30 00:57:04 +03:00
"tabby-builtin-plugin"
],
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
2020-12-13 14:21:28 +03:00
"postinstall": "run-script-os",
"postinstall:darwin:linux": "exit",
"postinstall:win32": "xcopy /i /y ..\\node_modules\\ssh2\\util\\pagent.exe util\\"
},
"files": [
"dist",
"util/pagent.exe"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/node": "16.0.1",
"@types/ssh2": "^0.5.46",
2020-02-16 23:26:01 +03:00
"ansi-colors": "^4.1.1",
"sshpk": "Eugeny/node-sshpk#d92ddb8def1778e876703f90cd6ff2c90900f390",
2021-05-15 19:51:53 +03:00
"strip-ansi": "^7.0.0"
},
2020-12-24 20:18:07 +03:00
"dependencies": {
2021-03-10 22:51:50 +03:00
"run-script-os": "^1.1.3",
"@luminati-io/socksv5": "^0.0.7"
2020-12-24 20:18:07 +03:00
},
"peerDependencies": {
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.9",
"@angular/forms": "^9.1.11",
"@angular/platform-browser": "^9.1.11",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"rxjs": "^6.5.5",
2021-06-30 00:57:04 +03:00
"tabby-core": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
}
}