mirror of
https://github.com/The-Stratosphere-Solutions/Yescord-Desktop.git
synced 2025-06-24 05:42:57 +03:00
21 lines
392 B
JSON
21 lines
392 B
JSON
{
|
|
"name": "yescord-desktop",
|
|
"version": "1.0.0",
|
|
"description": "Yescord desktop client",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"repository": "https://github.com/electron/electron-quick-start",
|
|
"keywords": [
|
|
"Yescord",
|
|
"desktop",
|
|
"client"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^35.0.2"
|
|
}
|
|
}
|