feat: Add initial package.json for the Electron frontend, including dependencies, scripts, and build configuration.
Some checks failed
Build and Release / build-and-release (push) Failing after 7m2s

This commit is contained in:
Bryan1029384756
2026-02-11 15:31:50 -06:00
parent 41f34a8451
commit a84a63a406

View File

@@ -1,7 +1,7 @@
{ {
"name": "discord", "name": "discord",
"private": true, "private": true,
"version": "1.0.5", "version": "1.0.6",
"description": "A Discord clone built with Convex, React, and Electron", "description": "A Discord clone built with Convex, React, and Electron",
"author": "Moyettes", "author": "Moyettes",
"type": "module", "type": "module",