mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"name": "comty-desktop",
|
|
"version": "0.18.2",
|
|
"main": "main/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"dependencies": {
|
|
"electron": "17.1.2",
|
|
"electron-log": "^3.0.0",
|
|
"electron-is": "^1.0.0",
|
|
"wait-on": "^2.0.0"
|
|
}
|
|
}
|