tabby/tabby-settings/package.json
2023-04-23 08:57:05 -07:00

35 lines
836 B
JSON

{
"name": "tabby-settings",
"version": "1.0.197-nightly.0",
"description": "Tabby terminal settings page",
"keywords": [
"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": [
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/marked": "^4.0.8",
"marked": "^4.2.12",
"ngx-infinite-scroll": "^15"
},
"peerDependencies": {
"@angular/animations": "^15",
"@angular/common": "^15",
"@angular/core": "^15",
"@angular/forms": "^15",
"@angular/platform-browser": "^15",
"@ng-bootstrap/ng-bootstrap": "^14",
"rxjs": "^7",
"tabby-core": "*"
}
}