Initial commit

This commit is contained in:
2026-06-24 13:07:52 +02:00
commit bea7289c00
19 changed files with 6349 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"name": "lupistream-studio",
"version": "1.0.0",
"description": "This is a professional software for streamers, content creators, podcasters and more. Manage your streams, videos and recordings with only this software. Build for multi-streamers but could be used for single streams as well. Multiple built-in platform support for platforms like Twitchand YouTube. Customize your streams to your liking.",
"keywords": [
"streaming",
"capturing",
"podcast",
"audio",
"software",
"electron",
"express",
"nodejs"
],
"repository": {
"type": "git",
"url": "https://git.lupinexmedia.de/LupiNexMedia/lupinex-studio.git"
},
"license": "GPL-3.0",
"author": "LupiNex Media",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "nodemon index.js"
},
"dependencies": {
"electron": "^42.5.0",
"electron-builder": "^26.15.3",
"express": "^5.2.1",
"fs": "^0.0.1-security",
"path": "^0.12.7"
},
"devDependencies": {
"browser-sync": "^3.0.4",
"nodemon": "^3.1.14"
}
}