Updated backend/package.json with 19 additions
--- a/backend/package.json
+++ b/backend/package.json
@@ -1,0 +1,19 @@
+
+{
+  "name": "chatbox-ai-backend",
+  "version": "1.0.0",
+  "description": "Backend for AI Chatbox",
+  "main": "server.js",
+  "scripts": {
+    "start": "node server.js"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "dependencies": {
+    "@google/generative-ai": "^0.3.1",
+    "express": "^4.18.3",
+    "dotenv": "^16.4.5"
+  }
+}
+