tabby/tabby-local/package.json

38 lines
871 B
JSON
Raw Normal View History

{
2021-06-29 21:57:04 +00:00
"name": "tabby-local",
2023-04-23 17:22:38 +00:00
"version": "1.0.197-nightly.1",
2021-06-29 21:57:04 +00:00
"description": "Tabby's local shell plugin",
"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 --display-modules",
"watch": "webpack --progress --color --watch"
},
"files": [
2023-04-23 15:40:17 +00:00
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"ansi-colors": "^4.1.1",
"dataurl": "0.1.0",
2021-09-24 21:59:34 +00:00
"runes": "^0.4.2"
},
"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",
"@ng-bootstrap/ng-bootstrap": "^14",
"rxjs": "^7",
2021-06-29 21:57:04 +00:00
"tabby-core": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
}
}