{
  "name": "currency-in-words",
  "version": "4.0.0",
  "description": "A light-weight, fast and efficient lib that converts currency or any numbers to corresponding words",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "npm run clean && tsc --project tsconfig.build.json",
    "clean": "rm -rf dist"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sarathantony/currency-in-words.git"
  },
  "keywords": [
    "currency",
    "converter",
    "convert",
    "transform",
    "figure",
    "words",
    "number",
    "translate",
    "indian",
    "international",
    "indian-system",
    "international-system",
    "us",
    "U.S",
    "en",
    "english",
    "de",
    "german",
    "es",
    "spanish",
    "fr",
    "french",
    "hi",
    "hindi",
    "it",
    "italian",
    "nl",
    "dutch",
    "pt",
    "portuguese"
  ],
  "author": "sarathantony@yahoo.co.in",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sarathantony/currency-in-words/issues"
  },
  "homepage": "https://github.com/sarathantony/currency-in-words#readme",
  "devDependencies": {
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^29.5.1",
    "@types/node": "^18.16.0",
    "jest": "^29.4.1",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.4"
  }
}
