| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "tabby-telnet",
- "version": "1.0.197-nightly.1",
- "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": [
- "dist",
- "typings"
- ],
- "author": "Eugene Pankov",
- "license": "MIT",
- "devDependencies": {
- "ansi-colors": "^4.1.1",
- "@types/node": "14.14.31"
- },
- "peerDependencies": {
- "@angular/animations": "^15",
- "@angular/common": "^15",
- "@angular/core": "^15",
- "@angular/forms": "^15",
- "@angular/platform-browser": "^15",
- "@ng-bootstrap/ng-bootstrap": "^14",
- "rxjs": "^7",
- "tabby-core": "*",
- "tabby-settings": "*",
- "tabby-terminal": "*"
- }
- }
|