@greenlabs/rescript-korean-numeral
Version:
ReScript module to convert the number to Korean
36 lines • 1.11 kB
JSON
{
"name": "@greenlabs/rescript-korean-numeral",
"packageManager": "pnpm@8.8.0",
"version": "0.5.0",
"description": "ReScript module to convert the number to Korean",
"scripts": {
"res:build": "rescript",
"res:clean": "rescript clean",
"res:watch": "rescript build -w",
"test:watch": "onchange --initial '{test,src}/**/*.mjs' -- pta 'test/__tests__/**/*.mjs' | tap-difflet",
"test": "pta './test/__tests__/Index.mjs' | tap-difflet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/green-labs/rescript-korean-numeral.git"
},
"keywords": [
"ReScript",
"ReasonML",
"BuckleScript"
],
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/green-labs/rescript-korean-numeral/issues"
},
"homepage": "https://github.com/green-labs/rescript-korean-numeral#readme",
"devDependencies": {
"@dusty-phillips/rescript-zora": "^4.0.0",
"onchange": "^7.1.0",
"pta": "^1.2.0",
"rescript": "12.0.0-alpha.4",
"tap-difflet": "^0.7.2",
"zora": "^5.2.0"
}
}