{
  "name": "tabby-background",
  "description": "Change Tabby background image and more...",
  "module": "index.ts",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "type": "commonjs",
  "license": "MIT",
  "version": "2.2.4",
  "repository": {
    "url": "git+https://github.com/moemoechu/tabby-background.git"
  },
  "author": {
    "name": "moemoechu"
  },
  "keywords": [
    "tabby-plugin"
  ],
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@angular/animations": "^15",
    "@angular/cdk": "^15",
    "@angular/common": "^15",
    "@angular/core": "^15",
    "@angular/forms": "^15",
    "@angular/platform-browser": "^15",
    "@ng-bootstrap/ng-bootstrap": "^14",
    "@types/uuid": "^9.0.7",
    "@types/webpack-env": "^1",
    "apply-loader": "^2",
    "css-loader": "^6",
    "html-loader": "^5.0.0",
    "ngx-toastr": "^16",
    "node-sass": "^9",
    "sass-loader": "^13",
    "style-loader": "^3",
    "tabby-core": "latest",
    "tabby-electron": "latest",
    "tabby-settings": "latest",
    "ts-loader": "^9",
    "typescript": "^4",
    "utils-decorators": "^2.0.7",
    "uuid": "^9.0.1",
    "webpack": "^5",
    "webpack-cli": "^5"
  },
  "scripts": {
    "build": "rm -rf dist && webpack --progress --color",
    "watch": "webpack --progress --color --watch",
    "deploy": "npm run build && rm -rf /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-background && mkdir /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-background && cp -r ./dist package.json /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-background/",
    "copyDeps": "cp -rf /mnt/hgfs/Tabby/resources/builtin-plugins/* ./node_modules/"
  }
}