@ww-samuel/to-words
Version:
Converts numbers (including decimal points) into words & currency.
74 lines (73 loc) • 2.11 kB
JSON
{
"name": "@ww-samuel/to-words",
"version": "3.6.3",
"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/ToWords.js",
"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"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.2",
"@types/source-map-support": "^0.5.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"sort-package-json": "^1.57.0",
"source-map-support": "^0.5.21",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=12.0.0"
}
}