-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 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": "Minecraft-DT2",
"version": "0.1.5",
"description": "Minecraft-DT is a simple launcher for special development tools which are a third party editors based on game known as Minecraft. Those editors save users time by completing complex instructions in the background.",
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder"
},
"keywords": [
"Minecraft-DT2",
"MDT2"
],
"author": {
"name": "McRaZick",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"electron": "^22.3.25",
"electron-builder": "^24.4.0"
},
"build": {
"asar": true,
"appId": "com.mdt2.app",
"productName": "Minecraft-DT2",
"target": "NSIS",
"directories": {
"output": "build"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false
}
}
}