electron-discord-client/package.json

14 lines
295 B
JSON
Raw Normal View History

2022-10-01 20:48:25 +03:00
{
"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"
}
}