UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@xmcl/forge-installer",
3 "version": "0.2.6",
4 "main": "./index.js",
5 "types": "./index.d.ts",
6 "description": "Forge installer",
7 "engines": {
8 "node": ">=10.0"
9 },
10 "publishConfig": {
11 "access": "public"
12 },
13 "dependencies": {
14 "@types/fast-html-parser": "^1.0.0",
15 "@xmcl/installer": "^0.1.4",
16 "@xmcl/net": "^0.0.6",
17 "@xmcl/task": "^0.0.2",
18 "@xmcl/unzip": "^0.2.5",
19 "@xmcl/util": "^0.2.2",
20 "@xmcl/version": "^0.1.1",
21 "fast-html-parser": "^1.0.1",
22 "got": "^9.6.0"
23 },
24 "scripts": {
25 "build": "tsc --build tsconfig.json"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/ci010/ts-minecraft.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/ci010/ts-minecraft/issues"
42 },
43 "homepage": "https://github.com/ci010/ts-minecraft#readme",
44 "gitHead": "1485ea12d624e531ac35d6d61719c692851d2f9e"
45}