-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 974 Bytes
/
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
{
"name": "TostiCraft-Launcher",
"preductname": "TostiCraft Launcher",
"version": "1.1.4",
"description": "Launcher Mincraft custom (crack, premium)",
"main": "src/app.js",
"author": "TostiCraft",
"url": "http://142.93.238.136/",
"engines": {
"node": "^18.x.x"
},
"scripts": {
"start": "cross-env-shell NODE_ENV=dev electron .",
"build": "node build.js",
"dev": "nodemon --exec npm start"
},
"license": "CC0",
"nodemonConfig": {
"ext": "js,html,css"
},
"dependencies": {
"electron-updater": "^5.0.1",
"minecraft-java-core": "^3.1.1",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^22.0.0",
"electron-builder": "^23.0.3",
"nodemon": "^2.0.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TostiCraft/TostiCraftLauncher.git"
}
}