{
  "name": "@gitsunmin/k-number",
  "version": "0.2.1",
  "description": "숫자를 입력하면 한글 수사를 반환하는 기능을 제공하는 라이브러리입니다. (ex. 1234 -> 천이백삼십",
  "private": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "author": "gitsunmin <tjsals116@gmail.com>",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
    "launch": "bun run build && npm publish --access public",
    "launch:dry-run": "npm publish --dry-run",
    "test": "jest --no-cache",
    "test:watch": "jest --watchAll",
    "prepare": "husky"
  },
  "keywords": [
    "money",
    "number",
    "korean",
    "transform",
    "한국어",
    "숫자",
    "변환",
    "금액"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gitsunmin/k-number.git"
  },
  "bugs": {
    "url": "https://github.com/gitsunmin/k-number/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.8.2"
  }
}