uklatn
Version:
Ukrainian Cyrillic transliteration to Latin script
37 lines (36 loc) • 855 B
JSON
{
"name": "uklatn",
"version": "1.22.1",
"description": "Ukrainian Cyrillic transliteration to Latin script",
"author": "Pavel Ivashkov (https://github.com/paiv)",
"homepage": "https://github.com/paiv/uklatn",
"license": "MIT",
"keywords": [
"ukraine",
"translit",
"romanization"
],
"funding": [
{
"type": "individual",
"url": "https://www.paypal.com/donate/?hosted_button_id=4BQ2Y97YUMM7L"
},
{
"type": "patreon",
"url": "https://patreon.com/paiv"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/paiv/uklatn.git"
},
"type": "module",
"main": "js/uklatn.js",
"bin": "js/cli.js",
"files": ["js/*.ts"],
"scripts": {
"postpack": "git checkout readme.md",
"prepack": "cp js/readme.md readme.md",
"test": "node js/testuklatn.js"
}
}