{
  "name": "italian-numbers",
  "version": "1.7.0",
  "homepage": "https://nikzanda.github.io/italian-numbers/",
  "description": "Converts a number to an italian word representation",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "unpkg": "dist/index.global.js",
  "jsdelivr": "dist/index.global.js",
  "sideEffects": false,
  "keywords": [
    "italian-numbers",
    "italian",
    "numbers",
    "converter",
    "convert",
    "number",
    "word",
    "text",
    "natural",
    "language",
    "roman",
    "arabic",
    "cardinal",
    "ordinal"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nikzanda/italian-numbers.git"
  },
  "author": "Nicolò Zandarin <nikzanda@hotmail.it>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "nodemon ./src/index.ts",
    "lint": "eslint . --ext .js,.ts",
    "lint:fix": "eslint . --ext .js,.ts --fix",
    "test": "jest",
    "build": "tsup",
    "clean": "rm -rf dist",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/jest": "^29.5.5",
    "@types/node": "^20.10.6",
    "@typescript-eslint/eslint-plugin": "^6.7.5",
    "@typescript-eslint/parser": "^6.7.5",
    "eslint": "^8.51.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.32.0",
    "jest": "^29.7.0",
    "nodemon": "^3.1.14",
    "semantic-release": "^24.0.0",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2"
  }
}
