-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "tabby-trzsz",
"version": "1.0.4",
"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": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"apply-loader": "^2.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"node-sass": "^9.0.0",
"@webdiscus/pug-loader": "^2.10.5",
"rimraf": "^5.0.5",
"sass-loader": "^13.3.3",
"tabby-core": "^1.0.197-nightly.1",
"tabby-electron": "^1.0.197-nightly.1",
"tabby-terminal": "^1.0.197-nightly.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"trzsz": "^1.1.5"
}
}