-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·28 lines (28 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·28 lines (28 loc) · 825 Bytes
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
{
"name": "ziegmachat",
"version": "1.3.0",
"description": "Websocket based chat application for Streamer.bot",
"main": "main.js",
"scripts": {
"start": "electron .",
"build-all": "electron-packager . ZiegmaChat --icon=./widget/favicon.ico --all --out=./build",
"build-windows": "electron-packager . ZiegmaChat --icon=./widget/favicon.ico --platform=win32 --arch=x64 --out=./build"
},
"repository": "https://github.com/TrueZiegmaster/ZiegmaChat",
"keywords": [
"ZiegmaChat"
],
"author": "Ziegmaster",
"license": "MIT",
"devDependencies": {
"electron": "^28.0.0",
"electron-packager": "^17.1.2"
},
"dependencies": {
"ajv": "^8.12.0",
"compare-versions": "^6.1.0",
"electron-store": "^8.1.0",
"electron-window-state": "^5.0.3",
"express": "^4.18.2"
}
}