UNPKG

tabby-trzsz

Version:

Supports trzsz ( trz / tsz ), which similar to rz / sz, and compatible with tmux.

61 lines (60 loc) 1.54 kB
{ "name": "tabby-trzsz", "version": "1.0.7", "description": "Supports trzsz ( trz / tsz ), which similar to rz / sz, and compatible with tmux.", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "test": "jest", "build": "rimraf dist && webpack --progress --color", "watch": "webpack --progress --color --watch", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/trzsz/tabby-trzsz.git" }, "keywords": [ "tabby-plugin", "tabby", "trz", "tsz", "trzsz", "tmux", "rz", "sz" ], "author": "Lonny Wong", "license": "MIT", "bugs": { "url": "https://github.com/trzsz/tabby-trzsz/issues" }, "homepage": "https://trzsz.github.io", "devDependencies": { "@tabby-gang/to-string-loader": "^1.1.7-beta.2", "@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/parser": "^8.56.1", "@webdiscus/pug-loader": "^2.11.1", "apply-loader": "^2.0.0", "css-loader": "^7.1.4", "eslint": "^10.0.2", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^10.1.8", "jest": "^30.2.0", "rimraf": "^6.1.3", "sass": "^1.97.3", "sass-loader": "^16.0.7", "tabby-core": "^1.0.231-nightly.0", "tabby-electron": "^1.0.231-nightly.0", "tabby-terminal": "^1.0.231-nightly.0", "ts-jest": "^29.4.6", "ts-loader": "^9.5.4", "webpack": "^5.105.4", "webpack-cli": "^6.0.1" }, "dependencies": { "trzsz": "^1.1.6" } }