Create package descriptor

This commit is contained in:
X3F200C 2024-11-08 22:27:45 -05:00
parent a903e011ec
commit 4bf86f258e

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "open-plutonium-launcher",
"version": "0.0.1",
"description": "A Plutonium launcher that aims to make old CoD games more accessible",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://gitea.x3f200c.net/Kroniker/open-plutonium-launcher-v2.git"
},
"author": "X3F200C",
"license": "GPL-3.0-or-later"
}