-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 928 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 928 Bytes
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
{
"name": "chat",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./index.ts --dev true"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body": "^5.1.0",
"chalk": "^4.0.0",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"minimist": "^1.2.7",
"mongoose": "^6.8.0",
"parser": "^0.1.4",
"redis": "^4.5.1",
"socket.io": "^4.5.3",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.14",
"@types/minimist": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"nodemon": "^2.0.20",
"typescript": "^4.9.3"
}
}