CatBoat-Launcher/package.json
2025-05-09 00:00:55 +02:00

34 lines
787 B
JSON

{
"name": "catboat-launcher",
"version": "0.0.1-alpha",
"description": "a simple minecraft launcher for catboat",
"main": "main.js",
"scripts": {
"start": "electron .",
"start:dev": "electronmon ."
},
"repository": {
"type": "git",
"url": "https://gitea.azures.fr/azures04/CatBoat-Launcher.git"
},
"author": {
"email": "gilleslazure04@gmail.com",
"name": "Gilles Lazure <azures04>",
"url": "https://gitea.azures.fr"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"electron": "^35.2.1",
"electron-builder": "^26.0.12",
"electronmon": "^2.0.3"
},
"dependencies": {
"discord-rpc": "^4.0.1",
"download": "^8.0.0",
"js-java-properties": "^1.0.3",
"minecraft-launcher-core": "^3.18.2",
"msmc": "^5.0.5",
"socket.io-client": "^4.8.1"
}
}