forked from Luuxis/Selvania-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "DestinyRPG-Launcher",
"preductname": "DestinyRPG-Launcher",
"version": "1.1.4",
"description": "Launcher Mincraft por iSoul",
"main": "src/app.js",
"author": "iSoul",
"url": "http://144.217.65.94:25566",
"engines": {
"node": "16.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": {
"discord-rpc": "^4.0.1",
"electron-updater": "^5.0.1",
"env-cmd": "^10.1.0",
"minecraft-java-core": "^2.5.1",
"node-fetch": "^2.6.7",
"shell": "^0.9.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^20.0.0",
"electron-builder": "^23.0.3",
"nodemon": "^2.0.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iSoul-Es/DestinyRPG-Launcher.git"
}
}