{
  "name": "to-words",
  "version": "2.5.0",
  "description": "Converts numbers (including decimal points) into words & currency.",
  "keywords": [
    "to words",
    "number to words",
    "number to words currency",
    "international number to words",
    "international number to words currency",
    "convert-numbers",
    "i18n",
    "converter",
    "number",
    "word",
    "currency"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mastermunj/to-words.git"
  },
  "license": "MIT",
  "author": "Munjal Dhamecha",
  "main": "dist/to-words.js",
  "scripts": {
    "build": "npm run clean && tsc --noEmitOnError",
    "build:watch": "npm run build -- --watch",
    "clean": "rimraf dist coverage",
    "lint": "eslint --ext .js,.ts .",
    "lint:fix": "npm run lint -- --fix",
    "release": "standard-version",
    "release:mock": "npm run release -- --dry-run",
    "test": "jest --detectOpenHandles --coverage --no-cache",
    "test:watch": "npm run test -- --watch",
    "prepare": "husky install",
    "commit": "git-cz"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.14.172",
    "@types/node": "^16.7.1",
    "@types/source-map-support": "^0.5.4",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-prettier": "^3.4.1",
    "husky": "^7.0.1",
    "jest": "^27.0.6",
    "lint-staged": "^11.1.2",
    "lodash": "^4.17.21",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "sort-package-json": "^1.50.0",
    "source-map-support": "^0.5.19",
    "standard-version": "^9.3.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.3.5"
  },
  "engines": {
    "node": ">=10.0.0"
  }
}
