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