initial wcag-ada

This commit is contained in:
Boki 2025-06-28 11:11:34 -04:00
parent 042b8cb83a
commit d52cfe7de2
112 changed files with 9069 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"name": "@wcag-ada/scanner",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"dev": "tsc -w",
"test": "playwright test",
"lint": "eslint src",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@axe-core/playwright": "^4.8.3",
"@playwright/test": "^1.40.1",
"axe-core": "^4.8.3",
"playwright": "^1.40.1",
"pdfkit": "^0.14.0",
"handlebars": "^4.7.8",
"p-queue": "^7.4.1",
"@wcag-ada/shared": "workspace:*",
"@wcag-ada/config": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/pdfkit": "^0.13.4",
"typescript": "^5.3.3"
}
}