Files
Playwright-A11y-Dashboard/package.json
2025-05-22 17:54:20 -05:00

23 lines
493 B
JSON

{
"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"
}
}