first commit! 🎉

This commit is contained in:
ari melody 2024-08-30 03:56:03 +01:00
commit c35c18bbbc
Signed by: ari
GPG key ID: CF99829C92678188
19 changed files with 1046 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "client-server-test",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node ./server/main.js",
"dev": "nodemon ./server/main.js"
},
"author": "ari melody <ari@arimelody.me>",
"license": "GPLv3",
"description": "",
"dependencies": {
"ws": "^8.18.0"
}
}