Start monorepo for thecoded.prof sites suite

Change-Id: I0ccd916a1a8e01a9707817b370d0390d4aa97983
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..81cb2d2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+  "name": "thecoded.prof",
+  "module": "index.ts",
+  "type": "module",
+  "devDependencies": {
+    "@types/bun": "latest"
+  },
+  "peerDependencies": {
+    "typescript": "^5.0.0"
+  },
+  "workspaces": {
+    "packages": [
+      "sites/*"
+    ]
+  },
+  "dependencies": {
+    "astro": "^4.7.0",
+    "@astrojs/check": "^0.5.10",
+    "@astrojs/tailwind": "^5.1.0",
+    "@catppuccin/tailwindcss": "^0.1.6",
+    "tailwindcss": "^3.4.3"
+  }
+}
\ No newline at end of file