initial commit

This commit is contained in:
2026-01-14 22:33:55 +01:00
commit ccb10886b7
14 changed files with 1951 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}
}