{
  "name": "n2words",
  "version": "1.16.1",
  "description": "n2words converts a numerical number into a written one, supports 27 languages and has zero dependencies.",
  "keywords": [
    "n2words",
    "convert",
    "number",
    "word",
    "text",
    "natural",
    "language",
    "english",
    "french",
    "spanish",
    "german",
    "portuguese",
    "italian",
    "turkish",
    "russian",
    "czech",
    "norwegian",
    "danish",
    "polish",
    "ukrainian",
    "lithuanian",
    "latvian",
    "arabic",
    "hebrew",
    "korean",
    "dutch",
    "serbian",
    "farsi",
    "persian",
    "chinese",
    "hungarian",
    "indonesian",
    "croatian",
    "vietnamese",
    "azerbaijani"
  ],
  "homepage": "https://github.com/forzagreen/n2words#readme",
  "bugs": {
    "url": "https://github.com/forzagreen/n2words/issues"
  },
  "repository": "github:forzagreen/n2words",
  "license": "MIT",
  "author": "Wael TELLAT",
  "contributors": [
    "Tyler Vigario <TylerVigario90@gmail.com>"
  ],
  "type": "module",
  "exports": {
    ".": "./lib/n2words.js",
    "./i18n/": "./lib/i18n/"
  },
  "files": [
    "lib/*",
    "dist/*"
  ],
  "scripts": {
    "bench": "node bench.js",
    "build": "webpack --config webpack.config.js --progress",
    "coverage": "c8 ava",
    "lint": "eslint --config .eslintrc.json lib/ test/",
    "test": "ava --verbose"
  },
  "ava": {
    "files": [
      "test/**/*",
      "!test/i18n"
    ]
  },
  "c8": {
    "all": true,
    "include": [
      "lib/"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.22.1",
    "@babel/preset-env": "^7.22.4",
    "ava": "^5.3.0",
    "babel-loader": "^9.1.2",
    "benchmark": "^2.1.4",
    "c8": "^7.14.0",
    "core-js": "^3.30.2",
    "eslint": "^8.41.0",
    "eslint-plugin-ava": "^14.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsdoc": "^46.0.0",
    "eslint-plugin-node": "^11.1.0",
    "microtime": "^3.1.1",
    "webpack": "^5.84.1",
    "webpack-cli": "^5.1.1"
  },
  "engines": {
    "node": "16 || >=18"
  }
}
