{
  "name": "ngx-mailto",
  "version": "17.0.0",
  "description": "Angular library simplifying generation of mailto links with TS",
  "homepage": "https://anthonynahas.github.io/ngx-mailto/",
  "author": {
    "name": "anthonynahas",
    "url": "https://github.com/anthonynahas"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/anthonynahas/ngx-mailto.git"
  },
  "license": "MIT",
  "schematics": "./schematics/collection.json",
  "keywords": [
    "ng",
    "library",
    "angular",
    "material",
    "material design",
    "ssr",
    "select icon",
    "icon picker",
    "icon button",
    "image button"
  ],
  "bugs": {
    "url": "https://github.com/anthonynahas/ngx-mailto/issues"
  },
  "peerDependencies": {
    "@angular/common": "^17.x",
    "@angular/core": "^17.x"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "engines": {
    "node": ">=14"
  },
  "release-it": {
    "github": {
      "release": true
    },
    "npm": {
      "publish": true,
      "publishPath": "../../dist/ngx-mailto"
    },
    "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..."
    }
  },
  "module": "fesm2022/ngx-mailto.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngx-mailto.mjs",
      "esm": "./esm2022/ngx-mailto.mjs",
      "default": "./fesm2022/ngx-mailto.mjs"
    }
  },
  "sideEffects": false
}