-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
65 lines (65 loc) · 1.62 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
{
"name": "tess",
"version": "0.6.3",
"description": "Tess is a hackable, simple, rapid and beautiful terminal for the new era of technology",
"license": "Mozilla Public License 2.0",
"author": {
"name": "Squitch",
"email": "contact@squitch.fr",
"url": "https://squitch.fr"
},
"keywords": [
"terminal",
"nodejs",
"bash",
"shell",
"xtermjs",
"node-pty",
"powershell",
"electron",
"electronjs",
"gui",
"application"
],
"repository": "github:SquitchYT/Tess",
"main": "src/main.js",
"scripts": {
"test": "electron .",
"build": "electron-builder --linux dir",
"build-win": "electron-builder --win dir",
"build-appimage": "electron-builder --linux appimage --publish=never",
"build-win-portable": "electron-builder --win portable",
"build-mac": "electron-builder --mac dir"
},
"dependencies": {
"electron-acrylic-window": "^0.5.11",
"fast-xml-parser": "^4.0.7",
"glasstron": "^0.1.1",
"glib": "^1.3.0",
"mkdirp": "^1.0.4",
"node-pty": "^0.10.1",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-ligatures": "^0.5.3",
"xterm-addon-web-links": "^0.6.0",
"yargs": "^17.4.0"
},
"devDependencies": {
"electron": "^17.4.0",
"electron-builder": "^22.5.1",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
},
"optionalDependencies": {
"windows-process-tree": "^0.3.3"
},
"build": {
"linux": {
"icon": "build/ressources/icon/icon.png"
},
"win": {
"icon": "build/ressources/icon/icon.ico"
}
}
}