{
  "name": "countries-map",
  "version": "4.11.0",
  "description": "World countries datamaps component for Angular",
  "license": "MIT",
  "author": "Jago MF <jago@lunadevel.com>",
  "repository": "github:jagomf/countries-map",
  "homepage": "https://github.com/jagomf/countries-map",
  "keywords": [
    "countries",
    "country",
    "map",
    "datamap",
    "datamaps",
    "angular",
    "Charts"
  ],
  "peerDependencies": {
    "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "@jagomf/countrieslist": "^3.0.1",
    "chroma-js": "^2.1.0",
    "tslib": "^2.6.2"
  },
  "module": "fesm2022/countries-map.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/countries-map.mjs",
      "esm": "./esm2022/countries-map.mjs",
      "default": "./fesm2022/countries-map.mjs"
    }
  },
  "sideEffects": false
}