/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tabby-settings/package.json
34 строки
804 B
Eugene
fixes
12 июл 2026, 02:16
Не верифицирован
12 июл 2026, 02:16
18fa695
Код
Авторство
О чём код?
{ "name": "tabby-settings", "version": "1.0.231-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": "Tabby Developers", "license": "MIT", "devDependencies": { "marked": "^18", "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": "*" } }