-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "uniterm",
"productName": "uniterm",
"version": "0.21.3",
"description": "Universal Terminal Emulator",
"main": "lib/main.js",
"scripts": {
"start": "tsc && electron-forge start",
"package": "tsc && electron-forge package",
"make": "tsc && electron-forge make",
"publish": "tsc && electron-forge publish",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JLChnToZ/uniterm.git"
},
"keywords": [
"terminal",
"tty",
"xterm",
"wsl"
],
"author": {
"name": "Jeremy Lam \"JLChnToZ\"",
"email": "[email protected]"
},
"homepage": "https://github.com/JLChnToZ/uniterm#readme",
"bugs": {
"url": "https://github.com/JLChnToZ/uniterm/issues"
},
"private": true,
"license": "MIT",
"config": {
"forge": ".build-scripts/forge-config.js"
},
"devDependencies": {
"@electron-forge/cli": "6.0.0-beta.50",
"@electron-forge/maker-deb": "6.0.0-beta.50",
"@electron-forge/maker-rpm": "6.0.0-beta.50",
"@electron-forge/maker-squirrel": "6.0.0-beta.50",
"@electron-forge/maker-zip": "6.0.0-beta.50",
"@electron-forge/plugin-auto-unpack-natives": "^6.0.0-beta.50",
"@typescript-eslint/eslint-plugin": "2",
"@typescript-eslint/eslint-plugin-tslint": "2",
"@typescript-eslint/parser": "2",
"electron": "9",
"eslint": "7",
"eslint-plugin-local": "1",
"tslint": "6",
"typescript": "3"
},
"dependencies": {
"@jlchntoz/electron-vibrancy": "github:JLChnToZ/electron-vibrancy#86aa483d2569",
"@types/gist-package-json": "gist:5c1cc527fe6b5b7dba41fec7fe54bf6e",
"@types/hyperscript": "0.0.4",
"@types/js-yaml": "3",
"@types/msgpack-lite": "^0.1.7",
"@types/node": "<=12.13",
"@types/shell-escape": "0",
"@types/tinycolor2": "1",
"@types/which": "1",
"@types/yargs": "^15.0.9",
"about-window": "^1.13.2",
"argv-split": "^2.0.1",
"chokidar": "3",
"code-to-signal": "^1.0.2",
"default-shell": "^1.0.1",
"electron-squirrel-startup": "^1.0.0",
"hyperscript": "^2.0.2",
"isexe": "^2.0.0",
"js-yaml": "^3.13.1",
"lazy-initializer": "^0.3.1",
"msgpack-lite": "^0.1.26",
"node-pty": "^0.9.0",
"rxjs": "6",
"shell-escape": "^0.2.0",
"tinycolor2": "^1.4.1",
"true-case-path": "^2.2.1",
"tslib": "2",
"which": "^2.0.2",
"wslpty": "^0.2.2",
"xterm": "4",
"xterm-addon-fit": "0",
"xterm-addon-ligatures": "0",
"xterm-addon-search": "0",
"xterm-addon-web-links": "0",
"xterm-addon-webgl": "0",
"yargs": "15"
}
}