amharic-keyboard
Version:
A TypeScript library for translating English text to Amharic, with support for characters, words, and numbers.
48 lines • 1.29 kB
JSON
{
"name": "amharic-keyboard",
"version": "0.1.5",
"type": "module",
"description": "A TypeScript library for translating English text to Amharic, with support for characters, words, and numbers.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "rollup -c -w --bundleConfigAsCjs",
"test": "jest",
"prepublishOnly": "npm run build",
"export-inverse-mapping": "ts-node scripts/exportInverseMapping.ts"
},
"keywords": [
"amharic",
"keyboard",
"translation",
"ethiopian",
"language",
"text-conversion",
"i18n"
],
"repository": {
"type": "git",
"url": "https://github.com/abeltyr/amharic-keyboard"
},
"author": "Abel Lamesgen <abeltyr@gmail.com>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.12",
"jest": "^29.7.0",
"rollup": "4.37.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-jest": "29.3.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "5.8.2"
}
}