-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 844 Bytes
/
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
{
"name": "chat_bot_hakathon",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon"
},
"author": "maxiomo",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^0.21.1",
"bson": "^4.3.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"http": "0.0.1-security",
"mongodb": "^3.6.6",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"uniq": "^1.0.1",
"uuid": "^8.3.2",
"ws": "^7.4.4"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/node": "^14.14.41",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.1",
"webpack": "^5.24.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0"
}
}