-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.68 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
56
57
58
59
60
61
{
"name": "numalauncher",
"version": "4.3.0",
"productName": "NumaLauncher",
"description": "沼でも使えるMinecraftランチャー",
"author": "Daniel Scalzi (https://github.com/dscalzi/), TeamKUN (https://github.com/TeamKun/)",
"license": "UNLICENSED",
"homepage": "https://github.com/TeamKun/NumaLauncher",
"bugs": {
"url": "https://github.com/TeamKun/NumaLauncher/issues"
},
"private": true,
"main": "index.js",
"scripts": {
"start": "node scripts/start.js",
"dist": "electron-builder build",
"dist:win": "npm run dist -- -w",
"dist:mac": "npm run dist -- -m",
"dist:linux": "npm run dist -- -l",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"engines": {
"node": "22.x.x"
},
"dependencies": {
"@electron/remote": "2.1.2",
"adm-zip": "^0.5.16",
"axios": "^1.8.2",
"crypto": "^1.0.1",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.10",
"ejs-electron": "^3.0.0",
"electron-updater": "^6.7.3",
"fs-extra": "^11.3.3",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "file:./helios-core",
"helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1",
"lodash.merge": "^4.6.2",
"lz-string": "^1.5.0",
"semver": "^7.7.3",
"skinview3d": "^2.0.0-beta.1",
"sortablejs": "^1.15.6",
"toml": "^3.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.6.1",
"electron": "^39.8.10",
"electron-builder": "^26.4.0",
"eslint": "^9.39.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamKun/NumaLauncher.git"
},
"files": [
"dist"
]
}