{
  "name": "@angular-material-extensions/select-country",
  "description": "Angular Material component that allow users to select a country or nationality",
  "version": "17.0.0",
  "homepage": "https://angular-material-extensions.github.io/select-country",
  "author": {
    "name": "anthonynahas",
    "url": "https://github.com/anthonynahas"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular-material-extensions/select-country.git"
  },
  "license": "MIT",
  "schematics": "./schematics/collection.json",
  "keywords": [
    "ng",
    "library",
    "angular",
    "material",
    "material design",
    "ssr",
    "select country",
    "country picker",
    "country dropdown",
    "countries",
    "nationality",
    "languages"
  ],
  "bugs": {
    "url": "https://github.com/angular-material-extensions/select-country/issues"
  },
  "peerDependencies": {
    "@angular/common": "^17.x",
    "@angular/core": "^17.x",
    "@angular/forms": "^17.x",
    "@angular/platform-browser": "^17.x",
    "@angular/cdk": "~17.x",
    "@angular/material": "~17.x",
    "rxjs": "^7.x"
  },
  "engines": {
    "node": ">=16"
  },
  "release-it": {
    "github": {
      "release": true
    },
    "npm": {
      "publish": true,
      "publishPath": "../../../dist/angular-material-extensions/select-country"
    },
    "publishConfig": {
      "access": "public"
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular",
        "infile": "../../../CHANGELOG.md"
      }
    },
    "hooks": {
      "before:init": [
        "npm run clean"
      ],
      "after:bump": "echo \"building lib v${version}... \" && npm run build",
      "before:git:release": "echo \"Updating CHANGELOG.md for v${version} \" && git commit -m \"Updating CHANGELOG.md for v${version} \" ../../../CHANGELOG.md",
      "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
      "before:npm": "echo building the library..."
    }
  },
  "globals": {
    "ts-jest": {
      "tsConfig": "<rootDir>/tsconfig.spec.json",
      "stringifyContentPathRegex": "\\.html$",
      "astTransformers": [
        "jest-preset-angular/build/InlineFilesTransformer",
        "jest-preset-angular/build/StripStylesTransformer"
      ]
    }
  },
  "module": "fesm2022/angular-material-extensions-select-country.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angular-material-extensions-select-country.mjs",
      "esm": "./esm2022/angular-material-extensions-select-country.mjs",
      "default": "./fesm2022/angular-material-extensions-select-country.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}