texttonumber-npm-package
Version:
This package is useful for convert given text to their corresponding digit.
19 lines (18 loc) • 449 B
JSON
{
"name": "texttonumber-npm-package",
"version": "1.0.1",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"text-to-digit npm-package",
"texttonumber-npm-package",
"npm-package",
"text-converter"
],
"author": "Anuj Pal",
"license": "ISC",
"description": "This package is useful for convert given text to their corresponding digit."
}