29 lines
No EOL
691 B
JSON
29 lines
No EOL
691 B
JSON
{
|
|
"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"
|
|
}
|
|
} |