diff --git a/websockets/.gitignore b/.gitignore similarity index 100% rename from websockets/.gitignore rename to .gitignore diff --git a/websockets/README.md b/README.md similarity index 100% rename from websockets/README.md rename to README.md diff --git a/websockets/bun.lockb b/bun.lockb similarity index 100% rename from websockets/bun.lockb rename to bun.lockb diff --git a/websockets/index.ts b/index.ts similarity index 100% rename from websockets/index.ts rename to index.ts diff --git a/websockets/package-lock.json b/package-lock.json similarity index 100% rename from websockets/package-lock.json rename to package-lock.json diff --git a/websockets/package.json b/package.json similarity index 100% rename from websockets/package.json rename to package.json diff --git a/websockets/tsconfig.json b/tsconfig.json similarity index 100% rename from websockets/tsconfig.json rename to tsconfig.json