{
  "name": "@codebender-io/i18n-currency",
  "version": "2.0.0",
  "description": "Utility library for dealing with currencies",
  "license": "Apache-2.0",
  "author": "codebender-io",
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./locales/*": "./locales/*"
  },
  "files": [
    "dist",
    "locales",
    "README.md",
    "EXAMPLES.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codebender-io/i18n-currency.git"
  },
  "bugs": {
    "url": "https://github.com/codebender-io/i18n-currency/issues"
  },
  "homepage": "https://github.com/codebender-io/i18n-currency#readme",
  "keywords": [
    "i18n",
    "internationalization",
    "currency",
    "currencies",
    "localization",
    "l10n",
    "iso-4217",
    "currency-codes",
    "currency-symbols",
    "currency-names",
    "currency-data",
    "money",
    "financial",
    "locale",
    "locales",
    "country",
    "countries",
    "multilingual",
    "translation",
    "typescript",
    "utilities",
    "library",
    "metadata",
    "formatting",
    "node"
  ]
}