open-plutonium-launcher/package.json
2023-08-21 10:56:01 -04:00

16 lines
401 B
JSON

{
"name": "open-plutonium-launcher",
"version": "0.0.1",
"description": "Open-source Plutonium launcher",
"main": "src/index.js",
"repository": "https://gitea.x3f200c.net/X3F200C/open-plutonium-launcher",
"author": "X3F200C",
"license": "GPL-3.0",
"scripts": {
"start": "qode src/index.js"
},
"dependencies": {
"@nodegui/nodegui": "http://master-release.nodegui.org"
}
}