-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 792 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
{
"name": "kafka-ts",
"version": "0.0.1",
"description": "",
"homepage": "https://github.com/DamianRavinduPeiris/kafka-ts#readme",
"bugs": {
"url": "https://github.com/DamianRavinduPeiris/kafka-ts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DamianRavinduPeiris/kafka-ts.git"
},
"license": "ISC",
"author": "Damian Peiris.",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon src/index.ts"
},
"devDependencies": {
"@tsconfig/node23": "^23.0.0",
"@types/node": "^22.10.5",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"dotenv": "^16.4.7",
"kafkajs": "^2.2.4",
"socket.io": "^4.8.1"
}
}