{
  "name": "word-number-word",
  "version": "1.1.1",
  "description": "A TypeScript/JavaScript utility for converting numbers to words and vice versa — including support for decimals, negatives, and currency converting.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "number-to-word",
    "word-to-number",
    "currency to word",
    "word to currency",
    "number",
    "word",
    "convert",
    "converter",
    "typescript",
    "typescript-library",
    "number-word",
    "js-converter",
    "number string",
    "text to number"
  ],
  "author": "Hridoy Saha <hridoysaha969@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hridoysaha969/word-number-word.git"
  },
  "bugs": {
    "url": "https://github.com/hridoysaha969/word-number-word/issues"
  },
  "homepage": "https://github.com/hridoysaha969/word-number-word#readme",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
