UNPKG

thb-text

Version:

Thai Baht Text converter - converts numbers to Thai text representation for currency amounts

48 lines (47 loc) 1.04 kB
{ "name": "thb-text", "version": "1.0.2", "description": "Thai Baht Text converter - converts numbers to Thai text representation for currency amounts", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm run build" }, "keywords": [ "thai", "baht", "thb", "currency", "text", "converter", "number-to-text", "thai-language", "financial", "typescript" ], "author": "", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/archawat/thb-text.git" }, "bugs": { "url": "https://github.com/archawat/thb-text/issues" }, "homepage": "https://github.com/archawat/thb-text#readme" }