@potchangelo/money-to-thai-word
Version:
Convert money in currency Baht and Satang to Thai word (Thai or English locale).
39 lines (38 loc) • 970 B
JSON
{
"name": "@potchangelo/money-to-thai-word",
"version": "0.1.0-beta.2",
"description": "Convert money in currency Baht and Satang to Thai word (Thai or English locale).",
"keywords": [
"money",
"currency",
"baht",
"satang",
"thai",
"english"
],
"author": "Potchara Puttawanchai (https://github.com/potchangelo)",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"homepage": "https://github.com/potchangelo/money-to-thai-word#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/potchangelo/money-to-thai-word.git"
},
"bugs": {
"url": "https://github.com/potchangelo/money-to-thai-word/issues"
},
"engines": {
"node": ">= 14"
},
"scripts": {
"test": "ava",
"test:watch": "ava --watch"
},
"devDependencies": {
"@types/node": "^18.11.9",
"ava": "^5.1.0",
"eslint": "^8.28.0",
"prettier": "^2.7.1"
}
}