pimi-launcher-core/package.json
2020-08-23 23:57:28 -04:00

40 lines
1 KiB
JSON

{
"name": "minecraft-launcher-core",
"version": "3.15.0",
"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": "^3.3.2"
},
"devDependencies": {
"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"
}