sameernotes commited on
Commit
cb0c5cb
·
verified ·
1 Parent(s): 104f096

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +4 -5
package.json CHANGED
@@ -2,16 +2,15 @@
2
  "name": "chat-app",
3
  "version": "1.0.0",
4
  "description": "",
5
- "main": "app.js", // Changed main from index.js to app.js
6
  "scripts": {
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "node app.js" // <--- ADD THIS LINE
9
  },
10
  "keywords": [],
11
  "author": "",
12
  "license": "ISC",
13
  "dependencies": {
14
- "express": "^5.1.0", // Note: Your screenshot might have 4.x, adjust if needed
15
- "socket.io": "^4.8.1" // Note: Your screenshot might have 4.x, adjust if needed
16
- }
17
  }
 
2
  "name": "chat-app",
3
  "version": "1.0.0",
4
  "description": "",
5
+ "main": "app.js",
6
  "scripts": {
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
+ "start": "node app.js"
9
  },
10
  "keywords": [],
11
  "author": "",
12
  "license": "ISC",
13
  "dependencies": {
14
+ "express": "^5.1.0",
15
+ "socket.io": "^4.8.1"
 
16
  }