tabby-trzsz
Version:
Supports trzsz ( trz / tsz ), which similar to rz / sz, and compatible with tmux.
61 lines (60 loc) • 1.54 kB
JSON
{
"name": "tabby-trzsz",
"version": "1.0.5",
"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.26.1",
"@typescript-eslint/parser": "^8.26.1",
"apply-loader": "^2.0.0",
"css-loader": "^7.1.2",
"eslint": "^9.22.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.1.1",
"jest": "^29.7.0",
"node-sass": "^9.0.0",
"@webdiscus/pug-loader": "^2.11.1",
"rimraf": "^6.0.1",
"sass-loader": "^16.0.5",
"tabby-core": "^1.0.197-nightly.1",
"tabby-electron": "^1.0.197-nightly.1",
"tabby-terminal": "^1.0.197-nightly.1",
"ts-jest": "^29.2.6",
"ts-loader": "^9.5.2",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"trzsz": "^1.1.5"
}
}