{
	"name": "@d-zero/a11y-check-axe-scenario",
	"version": "0.5.29",
	"description": "Accessibility Checker Axe Scenario",
	"author": "D-ZERO",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"type": "module",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"files": [
		"dist"
	],
	"scripts": {
		"build": "tsc",
		"watch": "tsc --watch",
		"clean": "tsc --build --clean"
	},
	"dependencies": {
		"@axe-core/puppeteer": "4.11.3",
		"@d-zero/a11y-check-core": "0.7.6",
		"@d-zero/db-wcag": "1.0.0-alpha.1",
		"@d-zero/shared": "0.22.0"
	},
	"devDependencies": {
		"axe-core": "4.11.4",
		"puppeteer": "24.37.5"
	},
	"peerDependencies": {
		"axe-core": "4.11.4",
		"puppeteer": "24.37.5"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/d-zero-dev/tools.git",
		"directory": "packages/@d-zero/a11y-check-axe-scenario"
	},
	"gitHead": "9a26e6d8c1e996684691055ffc070547344b21e9"
}
