1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00
tabby/tabby-local/package.json

38 lines
871 B
JSON
Raw Permalink Normal View History

{
2021-06-30 00:57:04 +03:00
"name": "tabby-local",
2023-04-23 20:22:38 +03:00
"version": "1.0.197-nightly.1",
2021-06-30 00:57:04 +03:00
"description": "Tabby's local shell plugin",
"keywords": [
2021-06-30 00:57:04 +03: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 18:40:17 +03:00
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"ansi-colors": "^4.1.1",
"dataurl": "0.1.0",
2021-09-25 00:59:34 +03:00
"runes": "^0.4.2"
},
"peerDependencies": {
2023-04-23 18:57:05 +03: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-30 00:57:04 +03:00
"tabby-core": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
}
}