This commit is contained in:
metacryst
2026-04-15 14:38:16 -05:00
commit 12bb270188
4 changed files with 182 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Forum",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron": "^30.0.0"
},
"dependencies": {
"chalk": "^5.6.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"moment": "^2.30.1",
"ws": "^8.18.3",
"zod": "^4.2.1"
}
}