4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00
Launcher/package.json
dependabot[bot] 3e6ba01bd1
Bump axios from 0.21.1 to 0.21.4
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 22:03:34 +00:00

45 lines
1.0 KiB
JSON

{
"name": "altarik-launcher",
"author": "Altarik",
"version": "0.5.0",
"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.60",
"@electron-forge/maker-squirrel": "^6.0.0-beta.60",
"electron": "^13.2.3"
},
"dependencies": {
"axios": "^0.21.4",
"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.8",
"msmc": "^2.2.1"
},
"config": {
"forge": "./config.forge.js"
}
}