easy-aria
Version:
The easiest (and safest) way to manipulate ARIA attributes in HTML.
68 lines (67 loc) • 1.87 kB
JSON
{
"name": "easy-aria",
"version": "1.0.5",
"description": "The easiest (and safest) way to manipulate ARIA attributes in HTML.",
"main": "./dist/easy-aria.min.js",
"module": "./dist/easy-aria.js",
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/easy-aria.min.js",
"import": "./dist/easy-aria.js"
}
},
"types": "./dist/easy-aria.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/emamoah/easy-aria.git"
},
"homepage": "https://github.com/emamoah/easy-aria#readme",
"bugs": {
"url": "https://github.com/emamoah/easy-aria/issues"
},
"keywords": [
"a11y",
"accessibility",
"accessible",
"WAI",
"ARIA",
"WAI-ARIA",
"typescript",
"utility"
],
"author": "Emmanuel Amoah",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"build": "rimraf dist && tsc && vite build",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint . --ext .ts",
"format": "prettier . --write",
"prepare": "husky install && husky set .husky/pre-commit 'npx lint-staged' && chmod u+x .husky/*",
"uninstall-husky": "npm uninstall husky --no-save && git config --unset core.hooksPath && npx rimraf .husky",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/jsdom": "^21.1.5",
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
}
}