{
  "name": "@sebspark/iso-4217",
  "version": "0.2.0",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup-node src/index.ts --format esm,cjs --dts",
    "dev": "tsc --watch --noEmit",
    "lint": "biome lint .",
    "test": "vitest run --passWithNoTests --coverage",
    "typecheck": "vitest --typecheck.only --passWithNoTests",
    "generate": "node scripts/parseCurrenciesXml.mjs src/lib/specifications/iso4217.xml src/lib/generated/iso4217.ts"
  },
  "devDependencies": {
    "tsconfig": "*"
  },
  "keywords": [
    "Financial",
    "International",
    "ISO",
    "ISO 4217",
    "Currencies",
    "Currency Codes",
    "Money"
  ]
}
