2021-07-04 14:48:48 +00:00
|
|
|
{
|
|
|
|
"name": "tabby-telnet",
|
2021-07-12 19:29:28 +00:00
|
|
|
"version": "1.0.147-nightly.4",
|
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": [
|
|
|
|
"typings"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2021-07-05 20:14:42 +00:00
|
|
|
"@types/node": "14.14.31"
|
2021-07-04 14:48:48 +00:00
|
|
|
},
|
|
|
|
"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": "*"
|
|
|
|
}
|
|
|
|
}
|