@axe-core/reporter-earl
Version:
A EARL+JSON-LD reporter for axe-core
62 lines (61 loc) • 1.8 kB
JSON
{
"name": "@axe-core/reporter-earl",
"version": "4.10.2",
"description": "A EARL+JSON-LD reporter for axe-core",
"main": "dist/axeReporterEarl.js",
"module": "./dist/axeReporterEarl.mjs",
"types": "./dist/axeReporterEarl.d.ts",
"exports": {
".": {
"import": "./dist/axeReporterEarl.mjs",
"require": "./dist/axeReporterEarl.js",
"types": "./dist/axeReporterEarl.d.ts"
}
},
"scripts": {
"start": "NODE_OPTIONS=--experimental-vm-modules jest --watch --env=jsdom",
"test": "npm run build && npm run test:unit",
"test:export": "npm run test:esm && npm run test:commonjs && npm run test:ts",
"test:esm": "node tests/esmTest.mjs",
"test:commonjs": "node tests/commonjsTest.js",
"test:ts": "tsc tests/tsTest.ts --noEmit --skipLibCheck --esModuleInterop",
"test:unit": "NODE_OPTIONS=--experimental-vm-modules jest --collectCoverage",
"build": "tsup src/axeReporterEarl.ts --dts --format esm,cjs",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"coverageReporters": [
"clover"
],
"keywords": [
"axe-core",
"accessibility",
"earl",
"json-ld",
"rdf"
],
"author": "Wilco Fiers",
"repository": {
"type": "git",
"url": "https://github.com/dequelabs/axe-core-npm.git"
},
"license": "MPL-2.0",
"devDependencies": {
"@types/clone": "^2.1.1",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^22.0.2",
"axe-core": "~4.10.3",
"clone": "^2.1.2",
"cross-env": "^7.0.3",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jsonld": "^8.2.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
},
"gitHead": "1055c5d005e72ad190987c358ebb361631909a85"
}