mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
35 lines
831 B
JSON
35 lines
831 B
JSON
{
|
|
"name": "tabby-telnet",
|
|
"version": "1.0.171-nightly.3",
|
|
"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": {
|
|
"@types/node": "14.14.31"
|
|
},
|
|
"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": "*"
|
|
}
|
|
}
|