cz-typography
Version:
Easily fix Czech typography with JavaScript and React.
49 lines • 1.1 kB
JSON
{
"name": "cz-typography",
"version": "1.0.0",
"main": "src/index.js",
"exports": {
".": "./src/index.js",
"./react": "./src/TypoWrapper.js"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"react": "^18.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OfficialVysko/cz-typography.git"
},
"author": "Jan Vyskočil",
"license": "MIT",
"bugs": {
"url": "https://github.com/OfficialVysko/cz-typography/issues"
},
"homepage": "https://github.com/OfficialVysko/cz-typography#readme",
"description": "Easily fix Czech typography with JavaScript and React.",
"keywords": [
"typography",
"czech",
"cz",
"non-breaking space",
"nbsp",
"text processing",
"text formatting",
"fix spaces",
"czech typography",
"react",
"react component",
"string manipulation",
"prepositions",
"conjunctions",
"fixCzech",
"typografické mezery",
"čeština",
"typografie"
]
}