/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
app/package.json
70 строк
2 KB
Eugene
clean up the plugin manager
13 июл 2026, 11:41
Не верифицирован
13 июл 2026, 11:41
d33ba48
Код
Авторство
О чём код?
{ "name": "tabby", "description": "A terminal for a modern age", "private": true, "repository": "https://github.com/Eugeny/tabby", "author": { "name": "Tabby Developers", "email": "e@ajenti.org" }, "main": "dist/main.js", "version": "1.0.0-alpha.1", "scripts": { "postinstall": "patch-package", "build": "webpack --progress --color --display-modules", "watch": "webpack --progress --color --watch" }, "dependencies": { "@electron/remote": "^2", "@npmcli/arborist": "^9", "any-promise": "^1.3.0", "atomically": "^2.0.2", "dunder-proto": "^1", "electron-config": "2.0.0", "electron-debug": "^3.2.0", "electron-promise-ipc": "^2.2.4", "electron-updater": "^5.2.1", "fontmanager-redux": "1.1.0", "glasstron": "0.1.1", "js-yaml": "4.1.0", "keytar": "^7.9.0", "mz": "^2.7.0", "native-process-working-directory": "^1.0.2", "node-pty": "^1.2.0-beta.8", "russh": "0.1.37", "rxjs": "^7.5.7", "source-map-support": "^0.5.20", "yargs": "^17.7.2" }, "optionalDependencies": { "@tabby-gang/windows-blurbehind": "^3.1.0", "@tabby-gang/windows-process-tree": "^0.6.1", "macos-native-processlist": "^2.1.0", "patch-package": "^8", "serialport": "11.0.1", "serialport-binding-webserialapi": "^1.0.3", "windows-native-registry": "^3.2.1" }, "devDependencies": { "@ngx-translate/core": "^14.0.0", "@types/mz": "2.7.4", "@types/node": "22" }, "peerDependencies": { "tabby-community-color-schemes": "*", "tabby-core": "*", "tabby-electron": "*", "tabby-local": "*", "tabby-plugin-manager": "*", "tabby-serial": "*", "tabby-settings": "*", "tabby-ssh": "*", "tabby-terminal": "*" }, "resolutions": { "node-abi": "4.9.0", "node-gyp": "^10.0.0", "nan": "2.22.2", "node-addon-api": "^8.3.0" } }