UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@xmcl/forge-installer",
3 "version": "1.0.1",
4 "main": "./index.js",
5 "description": "Forge installer",
6 "engines": {
7 "node": ">=10.0"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "dependencies": {
13 "@types/fast-html-parser": "^1.0.0",
14 "@xmcl/installer": "^1.0.1",
15 "@xmcl/net": "^1.0.1",
16 "@xmcl/task": "^1.0.1",
17 "@xmcl/unzip": "^1.0.1",
18 "@xmcl/util": "^1.0.1",
19 "@xmcl/version": "^1.0.1",
20 "fast-html-parser": "^1.0.1",
21 "got": "^9.6.0"
22 },
23 "scripts": {
24 "compile": "tsc --build tsconfig.json",
25 "build": "npm run compile"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/Voxelum/minecraft-launcher-core-node.git"
30 },
31 "author": "cijhn@hotmail.com",
32 "keywords": [
33 "minecraft",
34 "typescript",
35 "minecraft-launcher",
36 "nodejs",
37 "electron"
38 ],
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/Voxelum/minecraft-launcher-core-node/issues"
42 },
43 "homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme",
44 "gitHead": "d3d7dd06d3a3f1363a84f9f2434818cf2935666c"
45}