UNPKG

html-aria

Version:

Utilities for creating accessible HTML based on the latest ARIA 1.3 specs. Lightweight, performant, tree-shakeable, and 0 dependencies.

66 lines 1.63 kB
{ "name": "html-aria", "description": "Utilities for creating accessible HTML based on the latest ARIA 1.3 specs. Lightweight, performant, tree-shakeable, and 0 dependencies.", "version": "0.5.3", "type": "module", "license": "MIT", "keywords": [ "a11y", "accessibility", "aria", "react", "1.3", "aria-query", "jsx-a11y", "wai-aria", "eslint" ], "repository": { "type": "git", "url": "git+https://github.com/drwpow/html-aria.git" }, "main": "./dist/index.mjs", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": "./dist/index.mjs" }, "./*": "./dist/*.mjs", "./package.json": "./package.json" }, "author": { "name": "Drew Powers", "email": "drew@pow.rs" }, "devDependencies": { "@biomejs/biome": "^2.1.2", "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.5", "@types/aria-query": "^5.0.4", "@vitest/browser": "^3.2.4", "aria-query": "^5.3.2", "dom-accessibility-api": "^0.7.0", "happy-dom": "^18.0.1", "jsdom": "^25.0.1", "playwright": "^1.54.1", "tinyglobby": "^0.2.14", "typescript": "^5.8.3", "unbuild": "^3.6.0", "vitest": "^3.2.4" }, "scripts": { "benchmark": "vitest bench", "build": "unbuild", "format": "biome format . --write", "lint": "biome check .", "test": "vitest run", "version": "pnpm run build && changeset version" } }