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