iso-country-currency
Version:
Get country name, currency and currency symbol via ISO2 country abbreviation
22 lines (21 loc) • 524 B
JSON
{
"name": "iso-country-currency",
"version": "0.7.2",
"description": "Get country name, currency and currency symbol via ISO2 country abbreviation",
"repository": {
"type": "git",
"url": "https://github.com/AlexDid/iso-country-currency.git"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"country",
"currency",
"iso2"
],
"author": "Oleksii Didenko did.aleksej@gmail.com",
"license": "ISC"
}