-
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) · 922 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 922 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": "eventvalidator",
"version": "1.0.0",
"description": "A end-to-end testing framework that validates event-driven microservices by ensuring that UI actions (simulated or real) correctly trigger Kafka events.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Mukuldev21/EventStream_E2E_Validator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Mukuldev21/EventStream_E2E_Validator/issues"
},
"homepage": "https://github.com/Mukuldev21/EventStream_E2E_Validator#readme",
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"kafkajs": "^2.2.4"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^24.10.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}