{ "name": "tabby-settings", "version": "1.0.197-nightly.1", "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": "^5.0.1", "marked": "^5.1.2", "ngx-infinite-scroll": "^16" }, "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": "*" } }