2018-10-30 01:13:58 +03:00
|
|
|
{
|
2018-12-10 02:13:20 +03:00
|
|
|
"name": "minecraft-launcher-core",
|
2020-10-03 11:16:03 +03:00
|
|
|
"version": "3.15.1",
|
2019-06-06 21:49:18 +03:00
|
|
|
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
|
2018-10-30 01:13:58 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2018-12-02 16:46:37 +03:00
|
|
|
"adm-zip": "^0.4.13",
|
2019-05-08 02:12:24 +03:00
|
|
|
"checksum": "^0.1.1",
|
2018-10-30 01:13:58 +03:00
|
|
|
"request": "^2.88.0",
|
|
|
|
"uuid": "^3.3.2"
|
2018-12-10 02:13:20 +03:00
|
|
|
},
|
2020-05-29 05:39:13 +03:00
|
|
|
"devDependencies": {
|
2020-07-30 03:47:30 +03:00
|
|
|
"@types/node": "^14.0.27",
|
2020-05-29 05:39:13 +03:00
|
|
|
"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"
|
|
|
|
},
|
2018-12-10 02:13:20 +03:00
|
|
|
"scripts": {
|
2020-05-29 05:39:13 +03:00
|
|
|
"test": "eslint ."
|
2018-12-10 02:13:20 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Pierce01/MinecraftLauncher-core.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"minecraft",
|
2019-06-06 21:49:18 +03:00
|
|
|
"minecraft-launcher-node",
|
2019-08-22 18:40:38 +03:00
|
|
|
"minecraft-launcher",
|
|
|
|
"launcher",
|
|
|
|
"minecraft-forge"
|
2018-12-10 02:13:20 +03:00
|
|
|
],
|
|
|
|
"author": "Pierce Harriz",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Pierce01/MinecraftLauncher-core/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Pierce01/MinecraftLauncher-core#readme"
|
2018-10-30 01:13:58 +03:00
|
|
|
}
|