UNPKG

to-words

Version:

Converts numbers (including decimal points) into words & currency.

76 lines (75 loc) 2.05 kB
{ "name": "to-words", "version": "4.6.0", "description": "Converts numbers (including decimal points) into words & currency.", "keywords": [ "to words", "number 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", "files": [ "dist/*" ], "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 .", "lint:fix": "npm run lint -- --fix", "prepare": "husky", "release": "standard-version", "release:mock": "npm run release -- --dry-run", "test": "vitest", "test:watch": "npm run test -- --watch" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/lodash": "^4.17.17", "@types/node": "^22.15.29", "@types/source-map-support": "^0.5.10", "@typescript-eslint/eslint-plugin": "^8.33.1", "@typescript-eslint/parser": "^8.33.1", "@vitest/coverage-v8": "^3.2.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.4.1", "husky": "^9.1.7", "lint-staged": "^16.1.0", "lodash": "^4.17.21", "prettier": "^3.5.3", "rimraf": "^6.0.1", "sort-package-json": "^3.2.1", "source-map-support": "^0.5.21", "standard-version": "^9.5.0", "typescript": "^5.8.3", "vitest": "^3.2.0" }, "engines": { "node": ">=12.0.0" } }