UNPKG

@axe-core/reporter-earl

Version:
58 lines (57 loc) 1.69 kB
{ "name": "@axe-core/reporter-earl", "version": "4.11.3", "description": "A EARL+JSON-LD reporter for axe-core", "main": "dist/axeReporterEarl.js", "module": "./dist/axeReporterEarl.mjs", "types": "./dist/axeReporterEarl.d.ts", "exports": { ".": { "types": "./dist/axeReporterEarl.d.ts", "import": "./dist/axeReporterEarl.mjs", "require": "./dist/axeReporterEarl.js" } }, "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", "axe-core": "~4.11.4", "clone": "^2.1.2", "jest": "^30.0.5", "jest-environment-jsdom": "^30.1.2", "jsonld": "^9.0.0", "ts-jest": "^29.0.3", "tsup": "^8.0.1" }, "gitHead": "25fbfd2a7b4d38fcdca487d393192e811592f1ec" }