-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "minecraft-launcher-core",
"version": "3.18.1",
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
"main": "index.js",
"dependencies": {
"adm-zip": "^0.4.13",
"checksum": "^0.1.1",
"request": "^2.88.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/checksum": "^0.1.35",
"@types/node": "^14.0.27",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pierce01/MinecraftLauncher-core.git"
},
"keywords": [
"minecraft",
"minecraft-launcher-node",
"minecraft-launcher",
"launcher",
"minecraft-forge"
],
"author": "Pierce Harriz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pierce01/MinecraftLauncher-core/issues"
},
"homepage": "https://github.com/Pierce01/MinecraftLauncher-core#readme"
}