-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"type": "module",
"name": "chat-app",
"version": "1.0.0",
"description": "Chat-App practice with socket.io",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afaqahmad127/chat-app-backend.git"
},
"keywords": [
"chat-app"
],
"author": "Mr-Afaq-Ahmad",
"license": "ISC",
"bugs": {
"url": "https://github.com/afaqahmad127/chat-app-backend/issues"
},
"homepage": "https://github.com/afaqahmad127/chat-app-backend#readme",
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"helmet": "^6.0.0",
"http-status": "^1.5.2",
"joi": "^17.6.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.4",
"nodemon": "^2.0.20",
"socket.io": "^4.5.2",
"to": "^0.2.9",
"update": "^0.7.4"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-google": "^0.14.0"
}
}