mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-22 06:19:50 +01:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "launcher",
|
|
"version": "1.0.0",
|
|
"description": "Launcher Projet Secret",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Topeka_",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"electron": "^11.0.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.0",
|
|
"minecraft-launcher-core": "^3.15.6"
|
|
}
|
|
}
|