pimi-launcher-core/package.json
2023-06-19 17:29:08 +03:00

50 lines
1.4 KiB
JSON

{
"name": "pimi-launcher-core",
"version": "1.1.1",
"description": "Core for pimi-launcher (Minecraft)",
"main": "index.js",
"types": "./index.d.ts",
"dependencies": {
"adm-zip": "^0.4.13",
"axios": "^1.4.0",
"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/artegoser/pimi-launcher-core.git"
},
"keywords": [
"minecraft",
"minecraft-launcher-node",
"minecraft-launcher",
"launcher",
"minecraft-forge"
],
"author": "artegoser <me@artegoser.ru> (https://github.com/artegoser)",
"contributors": [
"Pierce Harriz (https://github.com/Pierce01)",
"Bricklou (https://github.com/Bricklou)",
"Suyashtnt (https://github.com/Suyashtnt)",
"Coding-Kiwi (https://github.com/Coding-Kiwi)",
"KevSlashNull (https://github.com/KevSlashNull)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Pierce01/MinecraftLauncher-core/issues"
},
"homepage": "https://github.com/Pierce01/MinecraftLauncher-core#readme"
}