mirror of
https://github.com/eugeny/tabby
synced 2026-09-25 14:36:01 +00:00
Package-Build / Lint (push) Canceled after 0s
CodeQL / Analyze (javascript) (push) Canceled after 0s
Docs / build (push) Canceled after 0s
Package-Build / macOS-Build (arm64, aarch64-apple-darwin) (push) Canceled after 0s
Package-Build / macOS-Build (x86_64, x86_64-apple-darwin) (push) Canceled after 0s
Package-Build / Linux-Build (amd64, x64, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Canceled after 0s
Package-Build / Linux-Build (arm64, arm64, ubuntu-24.04-arm, aarch64-unknown-linux-gnu, aarch64-linux-gnu-) (push) Canceled after 0s
Package-Build / Linux-Build (armhf, arm, ubuntu-24.04, arm-unknown-linux-gnueabihf, arm-linux-gnueabihf-) (push) Canceled after 0s
Package-Build / Windows-Build (arm64, aarch64-pc-windows-msvc) (push) Canceled after 0s
Package-Build / Windows-Build (x64, x86_64-pc-windows-msvc) (push) Canceled after 0s
* bump minor deps * .
45 lines
982 B
JSON
45 lines
982 B
JSON
{
|
|
"name": "tabby-ssh",
|
|
"version": "1.0.231-nightly.0",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"typings"
|
|
],
|
|
"author": "Tabby Developers",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "22",
|
|
"ansi-colors": "^4",
|
|
"strip-ansi": "^7"
|
|
},
|
|
"dependencies": {
|
|
"@luminati-io/socksv5": "^0.0.7",
|
|
"tmp-promise": "^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"
|
|
}
|
|
}
|