tabby/tabby-serial/package.json

38 lines
951 B
JSON
Raw Normal View History

{
2021-06-29 21:57:04 +00:00
"name": "tabby-serial",
2021-08-24 23:25:40 +00:00
"version": "1.0.156-nightly.2",
2021-07-04 14:48:48 +00:00
"description": "Serial connections for Tabby",
"keywords": [
2021-06-29 21:57:04 +00:00
"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",
2020-12-24 13:03:14 +00:00
"license": "MIT",
"devDependencies": {
"@types/node": "14.14.14",
2021-07-11 14:12:36 +00:00
"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",
2021-06-29 21:57:04 +00:00
"tabby-core": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
}
}