numberify-text
Version:
A library to convert text numbers to their numeric equivalents.
30 lines (29 loc) • 590 B
JSON
{
"name": "numberify-text",
"version": "1.0.5",
"description": "A library to convert text numbers to their numeric equivalents.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/xavirn89/numberify-text.git"
},
"keywords": [
"text-to-number",
"text",
"numbers",
"conversion"
],
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^4.5.2"
}
}