-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.57 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
{
"name": "justo-crisp",
"version": "1.1.0",
"license": "MIT",
"description": "Justo Hub",
"author": "nicolaslopezj",
"main": "./compiled/index.js",
"repository": "https://github.com/getjusto/tabs-electron",
"scripts": {
"build": "tsc",
"postinstall": "electron-builder install-app-deps",
"start": "yarn build && JUSTO_ENV=local electron ./compiled",
"pack": "yarn build && electron-builder --config .electron-builder.config.js --dir",
"build-win": "rm -rf ./dist && yarn build && electron-builder --config .electron-builder.config.js --win",
"release": "rm -rf ./dist && yarn build && electron-builder --config .electron-builder.config.js --mac --win"
},
"dependencies": {
"body-parser": "^1.20.2",
"bufferutil": "^4.0.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"easy-auto-launch": "^6.0.2",
"electron-log": "^5.1.7",
"electron-store": "^8.1.0",
"electron-updater": "^6.2.1",
"express": "^4.19.2",
"find-process": "^1.4.7",
"sudo-prompt": "^9.2.1",
"tcp-port-used": "^1.0.2",
"utf-8-validate": "^6.0.4",
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@electron/notarize": "^2.4.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/electron": "^1.6.10",
"@types/express": "^4.17.21",
"@types/tcp-port-used": "^1.0.4",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.12",
"electron": "^32.0.1",
"electron-builder": "^24.13.3",
"electron-builder-notarize": "^1.5.2",
"typescript": "^5.5.4"
}
}