mirror of
https://github.com/eugeny/tabby
synced 2026-08-23 22:36:57 +00:00
Package-Build / Lint (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Docs / build (push) Has been cancelled
Package-Build / macOS-Build (arm64, aarch64-apple-darwin) (push) Has been cancelled
Package-Build / macOS-Build (x86_64, x86_64-apple-darwin) (push) Has been cancelled
Package-Build / Linux-Build (amd64, x64, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Has been cancelled
Package-Build / Linux-Build (arm64, arm64, ubuntu-24.04-arm, aarch64-unknown-linux-gnu, aarch64-linux-gnu-) (push) Has been cancelled
Package-Build / Linux-Build (armhf, arm, ubuntu-24.04, arm-unknown-linux-gnueabihf, arm-linux-gnueabihf-) (push) Has been cancelled
Package-Build / Windows-Build (arm64, aarch64-pc-windows-msvc) (push) Has been cancelled
Package-Build / Windows-Build (x64, x86_64-pc-windows-msvc) (push) Has been cancelled
35 lines
804 B
JSON
35 lines
804 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
}
|