A simple package with a list and details (call code, currency, capital, continent, official languages) of all countries.
npm i @amirsanni/countries
const countries = require('countries');
countries.all(); // returns an array of all countries and their details
countries.list(); // returns an array of all country names
countries.get('Jamaica'); // returns an object with details about the specified country
countries.currencies(); // returns the ISO code of all currencies