mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +03:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "minecraft-launcher-core",
|
|
"version": "3.16.11",
|
|
"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.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|