inital commit, basic functionality and streaming with server working

This commit is contained in:
Brandon4466
2025-05-11 17:24:00 -07:00
commit 3e80923494
7 changed files with 973 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "notplexapp",
"version": "1.0.0",
"description": "Stream media from the NotPlexServer",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://git.bbrunson.com/brandon/NotPlexApp"
},
"author": "Brandon Brunson",
"license": "ISC",
"devDependencies": {
"electron": "^36.2.0"
}
}