tabby/tabby-ssh/package.json

48 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
2021-06-30 05:57:04 +08:00
"name": "tabby-ssh",
2023-04-24 01:22:38 +08:00
"version": "1.0.197-nightly.1",
2021-07-04 22:48:48 +08:00
"description": "SSH connections for Tabby",
"keywords": [
2021-06-30 05:57:04 +08:00
"tabby-builtin-plugin"
],
"main": "dist/index.js",
2019-06-06 19:45:15 +08:00
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
2020-12-13 19:21:28 +08:00
"postinstall": "run-script-os",
2024-08-04 04:07:13 +08:00
"postinstall:darwin:linux": "exit"
},
"files": [
"dist",
2023-01-29 02:19:46 +08:00
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/node": "20.3.1",
2020-02-17 04:26:01 +08:00
"ansi-colors": "^4.1.1",
2021-05-16 00:51:53 +08:00
"strip-ansi": "^7.0.0"
},
2020-12-25 01:18:07 +08:00
"dependencies": {
2024-08-23 05:52:13 +08:00
"@luminati-io/socksv5": "^0.0.7",
2021-03-11 03:51:50 +08:00
"run-script-os": "^1.1.3",
"tmp-promise": "^3.0.3"
2020-12-25 01:18:07 +08:00
},
"peerDependencies": {
2023-04-23 23:57:05 +08:00
"@angular/animations": "^15",
"@angular/common": "^15",
"@angular/core": "^15",
"@angular/forms": "^15",
"@angular/platform-browser": "^15",
"@ng-bootstrap/ng-bootstrap": "^14",
"rxjs": "^7",
2021-06-30 05:57:04 +08:00
"tabby-core": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
2024-08-23 06:38:21 +08:00
},
"resolutions": {
"glob": "7.2.3"
}
}