mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"test:debug": "playwright test --debug"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/node": "^25.0.6",
|
|
"kafka-node": "^5.0.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|