@uuv/a11y
Version:
A javascript lib for running a11y validation based on multiple reference(RGAA, etc)
82 lines (81 loc) • 1.99 kB
JSON
{
"name": "@uuv/a11y",
"version": "1.0.0-beta.84",
"type": "commonjs",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/e2e-test-quest/uuv"
},
"homepage": "https://e2e-test-quest.github.io/uuv/",
"keywords": [
"a11y",
"rgaa",
"e2e",
"end2end",
"end 2 end",
"test",
"testing",
"accessibility",
"accessibilite",
"a11y",
"cypress",
"playwright",
"testing-library",
"cucumber",
"gherkin",
"bdd",
"tdd",
"acceptance"
],
"scripts": {
"package": "npm pack --pack-destination=\"../../dist/packages\"",
"test": "npm run e2e-test:run --",
"e2e-test:run": "jest --coverage",
"dev": "ts-node watch.ts"
},
"dependencies": {
"@testing-library/dom": "^10.0.0",
"axe-core": "^4.10.0",
"dom-accessibility-api": "^0.7.0",
"emulate-tab": "^1.2.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"rxjs": "^7.8.1"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3.4",
"chokidar": "^4.0.0",
"jest-junit": "^16.0.0",
"jest-puppeteer": "11.0.0",
"puppeteer": "23.11.1",
"tslib": "^2.3.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.0"
},
"files": [
"dist/**/*",
"bundle/**/*",
"docs/**/*",
"*.md"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./bundle": "./bundle/uuv-a11y.bundle.js"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/uuv"
}
}