forked from xcf-t/minecraft-client
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 971 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
{
"name": "@eneris/minecraft-client",
"version": "3.2.1",
"description": "",
"main": "dist/app.js",
"types": "dist/app.d.ts",
"scripts": {
"compile": "tsc",
"postinstall": "npm run compile",
"prepublish": "rm -rf dist && npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eneris/minecraft-client.git"
},
"keywords": [
"minecraft",
"launcher",
"client",
"forge"
],
"author": "fixed_",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eneris/minecraft-client/issues"
},
"homepage": "https://github.com/Eneris/minecraft-client#readme",
"devDependencies": {
"@types/mz": "^2.7.3",
"@types/node": "^15.12.4",
"@types/node-fetch": "^2.5.10",
"@types/unzipper": "^0.10.3"
},
"dependencies": {
"mkdirp": "^1.0.4",
"mz": "^2.7.0",
"nbt": "^0.8.1",
"node-fetch": "^2.6.0",
"typescript": "^4.3.4",
"unzipper": "^0.10.11"
}
}