-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "BattlyLauncher",
"productname": "Battly Launcher",
"version": "2.4.2",
"buildVersion": "1003",
"description": "El mejor Launcher Personalizado para Minecraft Premium y No premium",
"main": "src/app.js",
"author": "TECNO BROS <contacto@tecnobros.es>",
"url": "https://api.battlylauncher.com/battlylauncher",
"engines": {
"node": "^20.x.x"
},
"scripts": {
"start:dev": "cross-env-shell NODE_ENV=dev electron .",
"start": "cross-env-shell NODE_ENV=dev electron .",
"build": "node build.js",
"dev": "nodemon --exec npm start",
"git": "electron-builder build --linux",
"publish": "electron-builder --win -p always",
"build-mac": "electron-builder build --mac",
"build-clean": "rm -rf dist"
},
"license": "CC0",
"nodemonConfig": {
"ext": "js,html,css"
},
"dependencies": {
"@distube/ytdl-core": "^4.15.1",
"7zip-bin": "^5.2.0",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"electron-updater": "^6.3.9",
"fs-extra": "^11.2.0",
"got": "^11.8.6",
"javascript-obfuscator": "^4.1.1",
"marked": "^14.1.2",
"minecraft-launcher-core": "^3.18.1",
"minecraft-server-util": "^5.4.4",
"nbtify": "^1.90.1",
"node-7z": "^3.0.0",
"node-fetch": "^2.7.0",
"node-notifier": "^10.0.1",
"progress-stream": "^2.0.0",
"protobufjs": "^7.4.0",
"socket.io-client": "^4.8.0",
"toml": "^3.0.0",
"tough-cookie": "^5.0.0",
"unzipper": "^0.12.3",
"ws": "^8.18.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^31.7.0",
"electron-builder": "^25.1.8",
"nodemon": "^3.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/1ly4s0/battlylauncher.git"
},
"private": true
}