1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-21 09:58:09 +03:00
tabby/tabby-telnet/package.json
Eugene Pankov 3da6f6ffa6
bump
2021-10-27 13:03:48 +02:00

35 lines
831 B
JSON

{
"name": "tabby-telnet",
"version": "1.0.160-nightly.0",
"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": "*"
}
}