myanglish-translator
Version:
[Home Page](https://myanglish.bytete.com) This library was created to translate between myanglish to burmese unicode and burmese to myanglish vice-visa. We have trained over 2400+ myanglish phrase and words source from internet, multiple social media plat
30 lines (29 loc) • 646 B
JSON
{
"name": "myanglish-translator",
"version": "1.0.4",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js",
"build": "npx rollup ./src/index.js --file ./src/index.cjs --format cjs",
"publish": "npm run build && npm publish"
},
"author": "",
"license": "ISC",
"type": "module",
"keywords": [
"myanglish",
"burmese",
"myanmar",
"english",
"myanmar unicode"
],
"exports": {
"import": "./src/index.js",
"require": "./src/index.cjs"
},
"devDependencies": {
"rollup": "^3.25.1"
}
}