We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c238951 commit 097eb9cCopy full SHA for 097eb9c
examples/kafka-ex/package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "kafka-ex",
3
+ "version": "1.0.0",
4
+ "description": "kafka example using CloudEvents",
5
+ "repository": "https://github.com/cloudevents/sdk-javascript.git",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "build": "tsc",
9
+ "start:producer": "ts-node src/producer.ts",
10
+ "start:consumer": "ts-node src/consumer.ts"
11
+ },
12
+ "keywords": [],
13
+ "author": "",
14
+ "license": "ISC",
15
+ "type": "commonjs",
16
+ "dependencies": {
17
+ "cloudevents": "^10.0.0",
18
+ "kafkajs": "^2.2.4",
19
+ "ts-node": "^10.9.2"
20
21
+ "devDependencies": {
22
+ "@types/node": "^22.13.2",
23
+ "typescript": "^5.7.3"
24
+ }
25
+}
0 commit comments