mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"name": "helpdesk",
|
|
"private": true,
|
|
"workspaces": ["client", "server", "core"],
|
|
"scripts": {
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@types/node": "^25.2.3",
|
|
"dotenv": "^17.3.1"
|
|
}
|
|
}
|