nukta-remover
Version:
Remove Nuktas from Devanaagari text.
32 lines (31 loc) • 682 B
JSON
{
"name": "nukta-remover",
"version": "0.0.1",
"description": "Remove Nuktas from Devanaagari text.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hindigarv/npm-nukta-remover.git"
},
"keywords": [
"Hindi",
"Devanagari",
"Devanaagari",
"Nukta",
"Remover",
"HindiGarv"
],
"author": "hindi.garv.001@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/hindigarv/npm-nukta-remover/issues"
},
"homepage": "https://github.com/hindigarv/npm-nukta-remover#readme",
"devDependencies": {
"mocha": "^10.1.0"
}
}