package.json•1.16 kB
{
"name": "a11y-mcp-server",
"version": "1.0.13",
"description": "An MCP server for accessibility testing using Axe-core",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"bin": {
"a11y-mcp-server": "dist/index.js"
},
"access": "public",
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"start": "node dist/index.js"
},
"keywords": [
"accessibility",
"a11y",
"axe",
"axe-core",
"mcp",
"wcag",
"claude",
"ai"
],
"author": "Ronan Takizawa",
"license": "MIT",
"dependencies": {
"@axe-core/puppeteer": "^4.4.0",
"@modelcontextprotocol/sdk": "^0.6.0",
"axe-core": "^4.6.0",
"puppeteer": "13.5.0",
"puppeteer-core": "13.5.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"shx": "^0.3.4",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronantakizawa/a11ymcp.git"
},
"bugs": {
"url": "https://github.com/ronantakizawa/a11ymcp/issues"
},
"homepage": "https://github.com/ronantakizawa/a11ymcp#readme"
}