-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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": "ElectronLogger",
"version": "1.0.4",
"description": "Habbo2020 packetlogger written in NodeJS using Electron",
"main": "main.js",
"scripts": {
"start": "electron .",
"buildinet": "dotnet build --configuration Release src/InetOptionsCLI/InetOptionsCLI.sln",
"dist": "electron-builder --win --publish never",
"deploy": "electron-builder build --win --publish always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elbrah2020/ElectronLogger.git"
},
"author": "Burak <burak@burak.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elbrah2020/ElectronLogger/issues"
},
"homepage": "https://github.com/Elbrah2020/ElectronLogger#readme",
"dependencies": {
"buffer-reverse": "^1.0.1",
"electron-updater": "^4.3.5",
"get-port": "^5.1.1",
"http-proxy": "^1.18.1",
"http-string-parser": "0.0.6",
"is-elevated": "^3.0.0",
"is-gzip": "^2.0.0",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"node-gzip": "^1.1.2",
"node-powershell": "^4.0.0",
"request": "^2.88.2",
"ws": "^7.4.1"
},
"devDependencies": {
"electron": "^11.1.1",
"electron-builder": "^22.9.1"
},
"build": {
"win": {
"requestedExecutionLevel": "requireAdministrator"
},
"nsis": {
"artifactName": "ElectronLogger Setup.${ext}"
}
}
}