curcode
Version:
Lookup currency codes based on ISO 4217
32 lines (31 loc) • 729 B
JSON
{
"name": "curcode",
"types": "index.d.ts",
"version": "1.0.3",
"description": "Lookup currency codes based on ISO 4217",
"repository": "git://github.com/idimetrix/curcode.git",
"keywords": [
"iso4217",
"iso",
"4217",
"currency",
"currencies",
"code",
"codes",
"lookup"
],
"dependencies": {},
"devDependencies": {
"@gouch/to-title-case": "^2.2.1",
"assert": "^2.0.0",
"axios": "^0.21.1",
"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"
}