{
  "name": "@breezehr/currency-codes",
  "types": "index.d.ts",
  "version": "2.2.1",
  "description": "Lookup currency codes based on ISO 4217",
  "repository": "git://github.com/freeall/currency-codes.git",
  "keywords": [
    "iso4217",
    "iso",
    "4217",
    "currency",
    "currencies",
    "code",
    "codes",
    "lookup"
  ],
  "dependencies": {
    "first-match": "~0.0.1",
    "nub": "~0.0.0"
  },
  "devDependencies": {
    "@gouch/to-title-case": "^2.2.1",
    "axios": "^0.19.2",
    "xml2js": "^0.4.23"
  },
  "scripts": {
    "test": "node test.js",
    "iso:fetch-xml": "node scripts/fetch-iso-4217-xml.js",
    "iso:ingest-xml": "node scripts/ingest-iso-4217-xml.js",
    "iso": "npm run iso:fetch-xml && npm run iso:ingest-xml"
  },
  "license": "MIT"
}
