2017-04-11 22:45:59 +02:00
|
|
|
{
|
2021-06-29 23:57:04 +02:00
|
|
|
"name": "tabby-settings",
|
2023-04-23 10:22:38 -07:00
|
|
|
"version": "1.0.197-nightly.1",
|
2021-06-29 23:57:04 +02:00
|
|
|
"description": "Tabby terminal settings page",
|
2017-07-04 10:05:39 -04:00
|
|
|
"keywords": [
|
2021-06-29 23:57:04 +02:00
|
|
|
"tabby-builtin-plugin"
|
2017-07-04 10:05:39 -04:00
|
|
|
],
|
2017-04-11 22:45:59 +02:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 13:45:15 +02:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 22:45:59 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-04 18:58:00 +02:00
|
|
|
"files": [
|
2023-04-23 08:40:17 -07:00
|
|
|
"dist",
|
2019-06-30 23:08:30 +02:00
|
|
|
"typings"
|
2017-06-04 18:58:00 +02:00
|
|
|
],
|
2017-04-11 22:45:59 +02:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2023-07-26 04:33:20 +00:00
|
|
|
"@types/marked": "^5.0.1",
|
|
|
|
"marked": "^5.1.2",
|
2023-05-16 04:59:48 +00:00
|
|
|
"ngx-infinite-scroll": "^16"
|
2017-04-11 22:45:59 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-04-23 08:57:05 -07: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 23:57:04 +02:00
|
|
|
"tabby-core": "*"
|
2018-12-10 17:18:23 +01:00
|
|
|
}
|
2017-04-11 22:45:59 +02:00
|
|
|
}
|