-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "chatbox",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"start": "tsc && node dist/app.js",
"dev": "nodemon src/app.ts",
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "vking34",
"license": "ISC",
"dependencies": {
"@ovotech/avro-kafkajs": "^0.6.0",
"avsc": "^5.4.22",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"cuid": "^2.1.8",
"express": "^4.17.1",
"http": "0.0.1-security",
"kafkajs": "^1.14.0",
"mongoose": "^5.10.7",
"path": "^0.12.7",
"redis": "^3.0.2",
"socket.io": "^2.3.0",
"socket.io-redis": "^5.4.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.8",
"@types/mongoose": "^5.7.36",
"@types/node": "^14.11.1",
"@types/socket.io": "^2.1.11",
"cors": "^2.8.5",
"morgan": "^1.10.0",
"nodemon": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"util": "^0.12.3"
}
}