-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 KB
/
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
46
47
48
49
50
51
{
"name": "jmcl",
"version": "0.4.0",
"description": "Simple minecraft launcher and version manager",
"main": "lib/jmcl.js",
"bin": {
"jmcl": "bin/jmcl"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"Minecraft",
"launcher"
],
"author": "hadroncfy",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/es6-shim": "^0.31.42",
"@types/fs-extra": "^9.0.13",
"@types/node": "^15.14.9",
"@types/yauzl": "^2.9.2",
"rollup": "^2.61.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.3.1",
"typescript": "^4.5.3"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hadron67/jmcl.git"
},
"bugs": {
"url": "https://github.com/Hadron67/jmcl/issues"
},
"homepage": "https://github.com/Hadron67/jmcl#readme",
"dependencies": {
"@azure/msal-node": "^1.4.0",
"@xboxreplay/xboxlive-auth": "^3.3.3",
"chalk": "^4.1.2",
"fs-extra": "^10.0.0",
"jmcl": "^0.4.0",
"yauzl": "^2.10.0"
}
}