Files
Playwright-A11y-Dashboard/package.json
Keith Solomon 54de77e544 merma
feature: Switch to twig for template engine
2025-05-23 06:41:48 -05:00

17 lines
313 B
JSON

{
"name": "playwright-a11y-dashboard",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"twig": "~0.10.3"
}
}