{
  "_args": [
    [
      "to-words@3.7.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "to-words@3.7.0",
  "_id": "to-words@3.7.0",
  "_inBundle": false,
  "_integrity": "sha512-7w5oGChC+WVhM4Yb2BO259rvdkv9AcMR9pK/h6ZYyZj40zNpgVfocEG36dKevty+5gMZNtpDqTeRrfZ1YBH6/g==",
  "_location": "/to-words",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "to-words@3.7.0",
    "name": "to-words",
    "escapedName": "to-words",
    "rawSpec": "3.7.0",
    "saveSpec": null,
    "fetchSpec": "3.7.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/to-words/-/to-words-3.7.0.tgz",
  "_spec": "3.7.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Munjal Dhamecha"
  },
  "bugs": {
    "url": "https://github.com/mastermunj/to-words/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "description": "Converts numbers (including decimal points) into words & currency.",
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@types/jest": "^29.5.10",
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.10.0",
    "@types/source-map-support": "^0.5.10",
    "@typescript-eslint/eslint-plugin": "^6.13.1",
    "@typescript-eslint/parser": "^6.13.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-jest": "^27.6.0",
    "eslint-plugin-prettier": "^5.0.1",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "lint-staged": "^15.1.0",
    "lodash": "^4.17.21",
    "prettier": "^3.1.0",
    "rimraf": "^5.0.5",
    "sort-package-json": "^1.57.0",
    "source-map-support": "^0.5.21",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.2"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "homepage": "https://github.com/mastermunj/to-words#readme",
  "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"
  ],
  "license": "MIT",
  "main": "dist/ToWords.js",
  "name": "to-words",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastermunj/to-words.git"
  },
  "scripts": {
    "build": "npm run clean && tsc --noEmitOnError",
    "build:watch": "npm run build -- --watch",
    "clean": "rimraf dist coverage",
    "commit": "git-cz",
    "lint": "eslint --max-warnings=0 --ext .ts .",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "husky install",
    "release": "standard-version",
    "release:mock": "npm run release -- --dry-run",
    "test": "jest --detectOpenHandles --coverage --no-cache",
    "test:watch": "npm run test -- --watch"
  },
  "version": "3.7.0"
}
