2021-05-16 15:36:33 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-local",
|
2023-01-29 12:21:51 +00:00
|
|
|
"version": "1.0.189-nightly.2",
|
2021-06-29 21:57:04 +00:00
|
|
|
"description": "Tabby's local shell plugin",
|
2021-05-16 15:36:33 +00:00
|
|
|
"keywords": [
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-builtin-plugin"
|
2021-05-16 15:36:33 +00:00
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "typings/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"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"
|
2021-05-16 15:36:33 +00:00
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
|
|
"rxjs": "^6.5.5",
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-settings": "*",
|
|
|
|
"tabby-terminal": "*"
|
2021-05-16 15:36:33 +00:00
|
|
|
}
|
|
|
|
}
|