-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
50
51
52
53
54
55
{
"name": "openmcsync",
"version": "3.0",
"productName": "openMCSync",
"description": "Modded Minecraft Launcher With content checker",
"author": "Daniel Scalzi (https://github.com/dscalzi/), damp11113",
"license": "MIT",
"homepage": "https://damp11113.xyz",
"bugs": {
"url": "https://github.com/DPSoftware-Foundation/openMCSync/issues"
},
"private": true,
"main": "index.js",
"scripts": {
"dev": "electron .",
"dist": "electron-builder build",
"dist:win": "npm run dist -- -w",
"dist:mac": "npm run dist -- -m",
"dist:linux": "npm run dist -- -l",
"dist:all": "npm run dist -- -w -l"
},
"engines": {
"node": "20.x.x"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"adm-zip": "^0.5.12",
"axios": "^1.7.7",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.10",
"ejs-electron": "^3.0.0",
"electron-updater": "^6.1.8",
"extract-zip": "^2.0.1",
"folder-hash": "^4.1.1",
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.2.1",
"helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"semver": "^7.6.0",
"tailwindcss": "^4.1.11",
"toml": "^3.0.0"
},
"devDependencies": {
"electron": "^30.0.1",
"electron-builder": "^24.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DPSoftware-Foundation/openMCSync.git"
}
}