{
  "name": "nxt-flags",
  "description": "Angular component to show country flags.",
  "bugs": "https://github.com/Liquid-JS/nxt-components/issues",
  "version": "22.0.0",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Liquid-JS/nxt-components.git"
  },
  "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/flags",
  "keywords": [
    "nxt-flags",
    "ng-flags",
    "angular-flags",
    "flags",
    "angular",
    "country",
    "countries",
    "ISO 3166-1-alpha-2",
    "ISO 3166-1"
  ],
  "peerDependencies": {
    "@angular/common": "^22.0.0",
    "@angular/core": "^22.0.0"
  },
  "exports": {
    "./assets/flags/": "./assets/flags/",
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/nxt-flags.d.ts",
      "default": "./fesm2022/nxt-flags.mjs"
    }
  },
  "module": "fesm2022/nxt-flags.mjs",
  "typings": "types/nxt-flags.d.ts",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}