{ "name": "discord-web-client", "version": "1.0.0", "description": "The Discord web client in an Electron application", "main": "index.js", "scripts": { "start": "electron ." }, "license": "MIT", "devDependencies": { "electron": "^20.0.3" } }