{
  "name": "country-currencies",
  "license": "MIT",
  "version": "1.1.2",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/SirCen/country-currencies.git"
  },
  "keywords": [
    "country",
    "currency",
    "isocode",
    "currencies",
    "countries",
    "ISO3166",
    "ISO4217",
    "ISO3166-1"
  ],
  "devDependencies": {
    "@changesets/cli": "^2.27.10",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "scripts": {
    "build": "tsup index.ts --format cjs,esm --dts",
    "lint": "tsc"
  }
}