4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00
Launcher/package.json

17 lines
330 B
JSON
Raw Normal View History

2020-12-05 21:08:32 +01:00
{
"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"
}
}