UNPKG

@mahmud002/number-to-words-converter

Version:

A simple utility to convert numbers to their word representations in English and Persian, and vice versa. Includes Persian numerals conversion.

41 lines (40 loc) 972 B
{ "name": "@mahmud002/number-to-words-converter", "version": "2.1.0", "description": "A simple utility to convert numbers to their word representations in English and Persian, and vice versa. Includes Persian numerals conversion.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build" }, "keywords": [ "number", "words", "converter", "number-to-words", "text", "persian", "farsi", "bidirectional", "words-to-number", "persian-numerals" ], "author": "mahmud002", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/your-github-username/number-to-words-converter.git" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" } }