react-announce-a11y
Version:
Used to have the screen reader announce messages to the user. Great for things like searches, filtering, loading, and error messages.
41 lines (40 loc) • 927 B
JSON
{
"name": "react-announce-a11y",
"version": "1.1.1",
"description": "Used to have the screen reader announce messages to the user. Great for things like searches, filtering, loading, and error messages.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^17.0.0"
},
"devDependencies": {
"typescript": "^3.5.1"
},
"repository": {
"type": "git",
"url": "https://microsoft.visualstudio.com/DefaultCollection/Universal%20Store/_git/OC.OCEX.Common"
},
"keywords": [
"react",
"a11y",
"accessibility",
"narrator",
"Windows Narrator",
"screen reader",
"NVDA",
"chrome",
"edge",
"narrator",
"typescript",
"javascript",
"HTML5"
],
"author": "jgage176",
"license": "MIT"
}