countries-list
Version:
Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.
57 lines (56 loc) • 1.22 kB
JSON
{
"name": "countries-list",
"version": "3.1.1",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"main": "cjs/index.js",
"module": "mjs/index.js",
"exports": {
"./minimal/*": "./minimal/*",
".": {
"require": {
"types": "./index.d.ts",
"default": "./cjs/index.js"
},
"import": {
"types": "./index.d.ts",
"default": "./mjs/index.js"
}
}
},
"sideEffects": [
"index.iife.js"
],
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/annexare/Countries.git"
},
"keywords": [
"country",
"countries",
"continent",
"emoji",
"languages",
"capital",
"currency",
"data",
"csv",
"json",
"sql",
"typings",
"ISO 3166-1",
"ISO 639-1",
"node",
"typescript"
],
"author": {
"name": "Dmytro Klymenko",
"email": "d@klmn.me",
"url": "https://github.com/dmythro"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/Countries/issues"
},
"homepage": "http://annexare.github.io/Countries/"
}