UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@xmcl/forge-installer",
3 "version": "0.2.8",
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.6",
16 "@xmcl/net": "^0.1.2",
17 "@xmcl/task": "^0.1.1",
18 "@xmcl/unzip": "^0.2.5",
19 "@xmcl/util": "^0.2.3",
20 "@xmcl/version": "^0.1.4",
21 "fast-html-parser": "^1.0.1",
22 "got": "^9.6.0"
23 },
24 "scripts": {
25 "compile": "tsc --build tsconfig.json",
26 "build": "npm run compile"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/ci010/ts-minecraft.git"
31 },
32 "author": "cijhn@hotmail.com",
33 "keywords": [
34 "minecraft",
35 "typescript",
36 "minecraft-launcher",
37 "nodejs",
38 "electron"
39 ],
40 "license": "MIT",
41 "bugs": {
42 "url": "https://github.com/ci010/ts-minecraft/issues"
43 },
44 "homepage": "https://github.com/ci010/ts-minecraft#readme",
45 "gitHead": "cd232ea28982228c9432276d5c688574efb6c34f"
46}