docs: add readme
This commit is contained in:
parent
744854fe0d
commit
b4d693c3a8
2 changed files with 111 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue