@bpmn-io/a11y
Version:
Minimal tool to achieve bpmn.io accessibility goals
64 lines (63 loc) • 1.43 kB
JSON
{
"name": "@bpmn-io/a11y",
"version": "0.1.0",
"description": "Minimal tool to achieve bpmn.io accessibility goals",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.js"
],
"scripts": {
"all": "run-s lint test",
"dev": "npm test -- --watch",
"lint": "eslint .",
"test": "karma start karma.conf.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/a11y.git"
},
"keywords": [
"a11y",
"utility",
"tool",
"accessibility"
],
"author": "bpmn.io <http://bpmn.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bpmn-io/a11y/issues"
},
"sideEffects": false,
"homepage": "https://github.com/bpmn-io/a11y",
"devDependencies": {
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.1",
"mocha": "^10.2.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all2": "^6.2.0",
"puppeteer": "^22.10.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"webpack": "^5.91.0"
},
"dependencies": {
"axe-core": "^4.9.1"
},
"peerDependencies": {
"chai": "*"
}
}