14 lines
334 B
JSON
14 lines
334 B
JSON
|
{
|
||
|
"name": "openmodlauncher",
|
||
|
"version": "0.0.1",
|
||
|
"description": "A small Minecraft launcher codebase",
|
||
|
"main": "main.js",
|
||
|
"repository": "https://gitea.x3f200c.net/X3F200C/OpenModLauncher-Base.git",
|
||
|
"author": "X3F200C <x3f200c@x3f200c.net>",
|
||
|
"license": "GNU-GPLv3",
|
||
|
"private": false,
|
||
|
"scripts": {
|
||
|
"start": "electron ."
|
||
|
}
|
||
|
}
|