summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-07-02 15:10:24 +0300
committerWlodekM <[email protected]>2024-07-02 15:10:24 +0300
commitbac2526c99506ecc9a2e04905e3d0307233e47f2 (patch)
treebc7a4ea4ce46147f636169349ed90cc7811e9d8c /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..28078ba
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+  "name": "wschat",
+  "description": "A simple IRC-like chat made using nodejs and webSockets",
+  "author": {
+    "name": "WlodekM",
+    "email": "[email protected]",
+    "url": "https://wlodekm.nekoweb.org"
+  },
+  "module": "index.js",
+  "type": "module",
+  "devDependencies": {
+    "@types/bun": "latest"
+  },
+  "peerDependencies": {
+    "typescript": "^5.0.0"
+  },
+  "dependencies": {
+    "cuid": "^3.0.0",
+    "ws": "^8.17.1"
+  }
+}
\ No newline at end of file