{
  "name": "countries-list",
  "version": "3.3.0",
  "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/"
}
