1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-17 16:07:12 +03:00
tabby/tabby-serial/package.json
2023-04-23 10:22:38 -07:00

38 lines
888 B
JSON

{
"name": "tabby-serial",
"version": "1.0.197-nightly.1",
"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",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/node": "14.14.14",
"ansi-colors": "^4.1.1"
},
"peerDependencies": {
"@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",
"tabby-core": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
}
}