a11y-react-emoji
Version:
An accessible Emoji component for React applications
44 lines (43 loc) • 1.22 kB
JSON
{
"name": "a11y-react-emoji",
"version": "1.2.0",
"description": "An accessible Emoji component for React applications",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/seanmcp/a11y-react-emoji",
"homepage": "https://github.com/seanmcp/a11y-react-emoji#readme",
"bugs": "https://github.com/seanmcp/a11y-react-emoji/issues",
"author": "Sean McPherson <sean@seanmcp.com> (https://github.com/seanmcp)",
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.11",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"jest": "^26.6.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"ts-jest": "^26.5.3",
"typescript": "^3.2.2"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"preversion": "npm run test",
"postpublish": "git push --tags",
"test": "jest"
},
"files": [
"lib"
],
"keywords": [
"react",
"emoji",
"a11y",
"accessibility",
"accessible"
]
}