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