feature: Set up Express Generator skeleton

This commit is contained in:
Keith Solomon
2025-05-22 18:16:11 -05:00
parent d1f4fe7112
commit 5e327b9b59
10 changed files with 849 additions and 474 deletions

View File

@@ -1,22 +1,16 @@
{
"name": "playwright-a11y-dashboard",
"version": "1.0.0",
"description": "Accessibility compliance software",
"main": "index.js",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://git.keithsolomon.net/keith/Playwright-A11y-Dashboard.git"
},
"keywords": [
"accessibility",
"software"
],
"author": "Keith, Aarish",
"license": "ISC",
"dependencies": {
"express": "^5.1.0"
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
}
}