4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00
Launcher/package.json
dependabot[bot] c7c0b9f2e7
Bump minecraft-launcher-core from 3.16.4 to 3.16.6
Bumps [minecraft-launcher-core](https://github.com/Pierce01/MinecraftLauncher-core) from 3.16.4 to 3.16.6.
- [Release notes](https://github.com/Pierce01/MinecraftLauncher-core/releases)
- [Commits](https://github.com/Pierce01/MinecraftLauncher-core/commits)

---
updated-dependencies:
- dependency-name: minecraft-launcher-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 22:02:58 +00:00

45 lines
1.1 KiB
JSON

{
"name": "altarik-launcher",
"author": "Altarik",
"version": "0.4.1",
"description": "Altarik Launcher",
"main": "src/server/main.js",
"repository": "AltarikMC/Launcher",
"bugs": "https://github.com/AltarikMC/Launcher/issues",
"keywords": [],
"contributors": [
"SexiestCHiba"
],
"maintainers": [
"SexiestCHiba"
],
"os": [
"win32"
],
"license": "BSD-3-Clause",
"scripts": {
"start": "electron-forge start",
"test": "electron .",
"package": "electron-forge package",
"make": "electron-forge make"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.59",
"@electron-forge/maker-squirrel": "^6.0.0-beta.59",
"@electron-forge/maker-zip": "^6.0.0-beta.59",
"electron": "^13.1.7"
},
"dependencies": {
"axios": "^0.21.1",
"electron-is-dev": "^2.0.0",
"electron-log": "^4.4.1",
"electron-squirrel-startup": "^1.0.0",
"extract-zip": "^2.0.1",
"hasha": "^5.2.2",
"minecraft-launcher-core": "^3.16.6"
},
"config": {
"forge": "./config.forge.js"
}
}