@sebspark/iso-4217
Version:
ISO-4217 currency codes.
42 lines (41 loc) • 959 B
JSON
{
"name": "@sebspark/iso-4217",
"version": "1.0.22",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "spark-build src/index.ts",
"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": {
"fast-xml-parser": "5.8.0"
},
"keywords": [
"Financial",
"International",
"ISO",
"ISO 4217",
"Currencies",
"Currency Codes",
"Money"
],
"repository": {
"type": "git",
"url": "https://github.com/seb-oss/Spark-packages.git"
}
}