38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|