tabby/tabby-serial/package.json

38 lines
888 B
JSON
Raw Normal View History

{
2021-06-29 21:57:04 +00:00
"name": "tabby-serial",
2023-04-23 17:22:38 +00:00
"version": "1.0.197-nightly.1",
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": [
2023-04-23 15:40:17 +00:00
"dist",
"typings"
],
"author": "Eugene Pankov",
2020-12-24 13:03:14 +00:00
"license": "MIT",
"devDependencies": {
"@types/node": "14.14.14",
2022-02-11 10:02:29 +00:00
"ansi-colors": "^4.1.1"
},
"peerDependencies": {
2023-04-23 15:57:05 +00:00
"@angular/animations": "^15",
"@angular/common": "^15",
"@angular/core": "^15",
"@angular/forms": "^15",
"@angular/platform-browser": "^15",
"@angular/platform-browser-dynamic": "^15",
"@ng-bootstrap/ng-bootstrap": "^14",
"rxjs": "^7",
2021-06-29 21:57:04 +00:00
"tabby-core": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
}
}