mosh-helpdesk/package.json

16 lines
355 B
JSON
Raw Normal View History

2026-02-13 17:46:19 +01:00
{
"name": "helpdesk",
"private": true,
2026-02-17 18:45:46 +01:00
"workspaces": ["client", "server", "core"],
2026-02-13 17:46:19 +01:00
"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"
}
}