docs: add readme

This commit is contained in:
Alexander Daichendt 2025-02-13 14:42:34 +01:00
parent 744854fe0d
commit b4d693c3a8
2 changed files with 111 additions and 2 deletions

View file

@ -1,7 +1,14 @@
{
"name": "server",
"module": "index.ts",
"name": "simple-chat-server",
"private": true,
"version": "1.0.0",
"type": "module",
"author": {
"email": "git@daichendt.one",
"name": "Alexander Daichendt",
"url": "https://daichendt.one"
},
"packageManager": "bun@1.2.1",
"scripts": {
"dev": "bun --hot src/index.ts"
},