forked from Eneris/minecraft-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1021 Bytes
/
package.json
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
{
"name": "@teamif/minecraft-client",
"version": "1.0.2",
"description": "",
"main": "dist/app.js",
"types": "dist/app.d.ts",
"scripts": {
"compile": "tsc",
"postinstall": "npm run compile",
"prepare": "del /s /q dist && npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-IF/minecraft-client.git"
},
"keywords": [
"minecraft",
"launcher",
"client",
"forge"
],
"author": "fixed_",
"license": "MIT",
"bugs": {
"url": "https://github.com/Team-IF/minecraft-client/issues"
},
"homepage": "https://github.com/Team-IF/minecraft-client#readme",
"devDependencies": {
"@types/mz": "0.0.32",
"@types/node": "^12.12.18",
"@types/node-fetch": "^2.5.4",
"@types/unzipper": "^0.9.2"
},
"dependencies": {
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"node-fetch": "^2.6.0",
"typescript": "^3.7.3",
"unzipper": "^0.9.15",
"nbt": "^0.8.1"
},
"publishConfig": {
"access": "public"
}
}