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