{
  "name": "tabby-core",
  "version": "1.0.231-nightly.0",
  "description": "Tabby core",
  "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": {
    "bootstrap": "^5.3.0-alpha.1",
    "color": "^4.2.3",
    "deepmerge": "^4.1.1",
    "fuzzy-search": "^3.2.1",
    "js-yaml": "^4.0.0",
    "messageformat": "^2.3.0",
    "mixpanel": "^0.17.0",
    "ngx-translate-messageformat-compiler": "^4.11.0",
    "readable-stream": "4.4.0",
    "uuid": "^9.0.0"
  },
  "peerDependencies": {
    "@angular/animations": "^15",
    "@angular/common": "^15",
    "@angular/core": "^15",
    "@angular/forms": "^15",
    "@angular/platform-browser": "^15",
    "@angular/platform-browser-dynamic": "^15",
    "rxjs": "^7"
  }
}
