@qualweb/wcag-techniques
Version:
Implementation of the WCAG 2.1 techniques
75 lines (74 loc) • 2.05 kB
JSON
{
"name": "@qualweb/wcag-techniques",
"version": "0.4.2",
"description": "Implementation of the WCAG 2.1 techniques",
"files": [
"dist/*"
],
"exports": {
".": {
"require": "./dist/__webpack/wcag.bundle.js",
"types": "./dist/index.d.ts"
},
"./lib/*": {
"require": "./dist/lib/*"
},
"./WcagTechniquesModule": {
"require": "./dist/WcagTechniquesModule.js",
"types": "./dist/WcagTechniquesModule.d.ts"
}
},
"scripts": {
"tsc": "tsc",
"test": "mocha",
"test:url": "mocha test/url.spec.mjs",
"test:t17": "mocha test/techniques/QW-WCAG-T17.spec.mjs",
"test:t9": "mocha test/techniques/QW-WCAG-T9.spec.mjs",
"test:t33": "mocha test/techniques/QW-WCAG-T33.spec.mjs",
"test:t34": "mocha test/techniques/QW-WCAG-T34.spec.mjs",
"test:t35": "mocha test/techniques/QW-WCAG-T35.spec.mjs",
"lint": "eslint .",
"format": "prettier src/**/*.ts --write",
"clean": "rimraf dist",
"build": "tsc --build tsconfig.prod.json && webpack",
"prepublishOnly": "npm run build"
},
"homepage": "https://github.com/qualweb/qualweb/blob/main/packages/wcag-techniques",
"repository": {
"type": "git",
"url": "git+https://github.com/qualweb/qualweb.git",
"directory": "packages/wcag-techniques"
},
"bugs": {
"url": "https://github.com/qualweb/qualweb/issues"
},
"keywords": [
"wcag",
"a11y",
"accessibility",
"wcag-2.1",
"techniques",
"qualweb",
"evaluation"
],
"author": "João Vicente",
"license": "ISC",
"devDependencies": {
"@qualweb/core": "^0.8.2",
"@qualweb/locale": "0.2.2",
"@qualweb/qw-page": "0.3.2",
"@qualweb/util": "0.6.2",
"@tsconfig/recommended": "^1.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^17.0.8",
"chai": "4.5.0",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"puppeteer": "^22.12.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"webpack": "^5.89.0",
"webpack-cli": "^4.9.1"
}
}