Init express

This commit is contained in:
Aarish
2025-05-22 17:54:20 -05:00
parent d81925cc59
commit d1f4fe7112
2 changed files with 772 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "playwright-a11y-dashboard",
"version": "1.0.0",
"description": "Accessibility compliance software",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}