mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
37 lines
951 B
JSON
37 lines
951 B
JSON
{
|
|
"name": "tabby-serial",
|
|
"version": "1.0.147-nightly.4",
|
|
"description": "Serial 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"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "14.14.14",
|
|
"ansi-colors": "^4.1.1",
|
|
"serialport-binding-webserialapi": "^1.0.3"
|
|
},
|
|
"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",
|
|
"@angular/platform-browser-dynamic": "^9.1.11",
|
|
"@ng-bootstrap/ng-bootstrap": "^6.2.0",
|
|
"rxjs": "^6.6.3",
|
|
"tabby-core": "*",
|
|
"tabby-settings": "*",
|
|
"tabby-terminal": "*"
|
|
}
|
|
}
|