{ "name": "youtube-tv-client", "description": "A web client where it goes to youtube.com/tv", "version": "2.0.2", "main": "index.js", "author": "Andrew Lee ", "license": "GPL-3.0", "scripts": { "start": "electron .", "dist": "electron-builder" }, "dependencies": { "electron-log": "^4.4.8", "electron-updater": "^5.3.0" }, "devDependencies": { "electron": "^23.1.3", "electron-builder": "^23.6.0" }, "build": { "appId": "me.alee14.ytvclient", "productName": "YouTube TV Client", "copyright": "© Copyright 2017-2022, Andrew Lee", "linux": { "target": [ "tar.gz", "appimage", "snap", "rpm", "pacman", "deb" ], "category": "Video", "publish": "github" }, "win": { "target": [ "zip", "portable", "nsis" ], "publish": "github" }, "mac": { "target": [ "zip", "dmg" ], "category": "Video", "publish": "github" } } }