2021-07-04 14:48:48 +00:00
|
|
|
{
|
|
|
|
"name": "tabby-telnet",
|
2023-04-23 17:22:38 +00:00
|
|
|
"version": "1.0.197-nightly.1",
|
2021-07-04 14:48:48 +00:00
|
|
|
"description": "Telnet/socket 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": [
|
2023-04-23 15:40:17 +00:00
|
|
|
"dist",
|
2021-07-04 14:48:48 +00:00
|
|
|
"typings"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-12-05 11:03:08 +00:00
|
|
|
"ansi-colors": "^4.1.1",
|
2021-07-05 20:14:42 +00:00
|
|
|
"@types/node": "14.14.31"
|
2021-07-04 14:48:48 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-04-23 15:57:05 +00: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-07-04 14:48:48 +00:00
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-settings": "*",
|
|
|
|
"tabby-terminal": "*"
|
|
|
|
}
|
|
|
|
}
|