mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-11 07:28:08 +03:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "tabby-ssh",
|
|
"version": "1.0.171-nightly.3",
|
|
"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",
|
|
"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",
|
|
"ansi-colors": "^4.1.1",
|
|
"sshpk": "Eugeny/node-sshpk#c2b71d1243714d2daf0988f84c3323d180817136",
|
|
"strip-ansi": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@luminati-io/socksv5": "^0.0.7",
|
|
"node-forge": "^1.3.1",
|
|
"run-script-os": "^1.1.3",
|
|
"tmp-promise": "^3.0.3"
|
|
},
|
|
"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",
|
|
"tabby-core": "*",
|
|
"tabby-settings": "*",
|
|
"tabby-terminal": "*"
|
|
}
|
|
}
|