mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
21 lines
511 B
JSON
21 lines
511 B
JSON
{
|
|
"name": "silkflylauncher",
|
|
"version": "1.0.0",
|
|
"description": "A launcher and manager for silksong bepinex mods written in javascript",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "GabiZar",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"devDependencies": {
|
|
"electron": "^39.2.7"
|
|
},
|
|
"dependencies": {
|
|
"@nexusmods/nexus-api": "^1.1.5",
|
|
"electron-store": "^11.0.2",
|
|
"extract-zip": "^2.0.1"
|
|
}
|
|
}
|