diff --git a/package.json b/package.json new file mode 100644 index 0000000..abde8ad --- /dev/null +++ b/package.json @@ -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" +}