@focusconsulting/auto-a11y
Version:
A powerful tool that combines AI with accessibility-first element selection for Playwright tests
55 lines (54 loc) • 1.32 kB
JSON
{
"name": "@focusconsulting/auto-a11y",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A powerful tool that combines AI with accessibility-first element selection for Playwright tests",
"keywords": [
"accessibility",
"a11y",
"testing",
"playwright",
"ai",
"locators",
"testing-library"
],
"scripts": {
"test": "playwright test",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/focusconsulting/auto-a11y.git"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@aws-sdk/client-bedrock": "^3.777.0",
"@google/generative-ai": "^0.24.0",
"@testing-library/dom": "^9.3.3",
"cheerio": "^1.0.0",
"ollama": "^0.4.0",
"openai": "^4.91.0",
"sanitize-html": "^2.11.0",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.5"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/cheerio": "^0.22.35",
"@types/node": "^20.2.5",
"@types/sanitize-html": "^2.9.4",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
},
"author": "Michael Kalish",
"license": "MIT"
}