UNPKG

tabby-highlight

Version:

Tabby terminal keyword highlight plugin

59 lines (58 loc) 1.87 kB
{ "name": "tabby-highlight", "description": "Tabby terminal keyword highlight plugin", "module": "index.ts", "main": "dist/index.js", "typings": "dist/index.d.ts", "type": "commonjs", "license": "MIT", "version": "2.6.0", "repository": { "url": "git+https://github.com/moemoechu/tabby-highlight.git" }, "author": { "name": "moemoechu" }, "keywords": [ "tabby-plugin" ], "files": [ "dist" ], "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-highlight && mkdir /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-highlight && cp -r ./dist package.json /mnt/hgfs/Tabby/data/plugins/node_modules/tabby-highlight/", "prepublishOnly": "npm run build", "copyDeps": "cp -rf /mnt/hgfs/Tabby/resources/builtin-plugins/* ./node_modules/" }, "devDependencies": { "@angular/animations": "^15.2.10", "@angular/cdk": "^15.2.9", "@angular/common": "^15.2.10", "@angular/core": "^15.2.10", "@angular/forms": "^15.2.10", "@angular/platform-browser": "^15.2.10", "@ng-bootstrap/ng-bootstrap": "^14.2.0", "@types/color": "^4.2.0", "@types/uuid": "^9.0.8", "@types/webpack-env": "^1.18.5", "color": "^4.2.3", "css-loader": "^6.11.0", "html-loader": "^4.2.0", "ngx-toastr": "^16.2.0", "prettier": "^3.4.2", "sass-loader": "^13.3.3", "style-loader": "^3.3.4", "tabby-core": "^1.0.197-nightly.1", "tabby-electron": "^1.0.197-nightly.1", "tabby-settings": "^1.0.197-nightly.1", "tabby-terminal": "^1.0.197-nightly.1", "ts-loader": "^9.5.2", "typescript": "^4.9.5", "utils-decorators": "^2.10.0", "uuid": "^9.0.1", "webpack": "^5.97.1", "webpack-cli": "^5.1.4" } }