nigeria-translator-browser
Version:
A lightweight and developer-friendly Node.js + TypeScript package for translating between English and major Nigerian languages — Igbo, Yoruba, and Hausa. Provides simple bidirectional translation functions (English ↔ Igbo, Yoruba, Hausa). Created with lov
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "nigeria-translator-browser",
"version": "1.0.1",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "node dist/test.js"
},
"keywords": [
"translation",
"translator",
"nigerian languages",
"igbo",
"yoruba",
"hausa",
"english to igbo",
"english to yoruba",
"english to hausa",
"igbo to english",
"yoruba to english",
"hausa to english",
"nigeria",
"african languages",
"localization",
"i18n",
"internationalization",
"language",
"bing translate",
"text translation",
"typescript",
"nodejs"
],
"author": "Achu-ulim Agbama",
"license": "ISC",
"type": "commonjs",
"description": "A lightweight and developer-friendly Node.js + TypeScript package for translating between English and major Nigerian languages — Igbo, Yoruba, and Hausa. Provides simple bidirectional translation functions (English ↔ Igbo, Yoruba, Hausa). Created with love by Achu-ulim Agbama.",
"dependencies": {
"translate": "^3.0.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.9.3"
}
}