{
  "name": "ngx-linkifyjs-v2",
  "description": "Angular wrapper for linkifyjs -  library for finding links in plain text and converting them to HTML &lt;a&gt; tags via linkifyjs",
  "version": "19.0.1",
  "homepage": "https://github.com/ethan-gerardot/ngx-linkifyjs-v2",
  "author": {
    "name": "Ethan Gerardot",
    "url": "https://github.com/ethan-gerardot"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ethan-gerardot/ngx-linkifyjs-v2.git"
  },
  "license": "MIT",
  "schematics": "./schematics/collection.json",
  "keywords": [
    "ngx",
    "angular",
    "library",
    "linkifyjs",
    "links",
    "find-links",
    "autolink",
    "text",
    "url",
    "email",
    "hashtags",
    "mentionsm"
  ],
  "bugs": {
    "url": "https://github.com/ethan-gerardot/ngx-linkifyjs-v2/issues"
  },
  "peerDependencies": {
    "@angular/common": "<20",
    "@angular/core": "<20",
    "linkifyjs": "^4.0.2",
    "linkify-plugin-hashtag": "^4.0.2",
    "linkify-plugin-mention": "^4.0.2",
    "linkify-string": "^4.0.2"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "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"
      ]
    }
  },
  "greenkeeper": {
    "ignore": [
      "@angular/core",
      "@angular/common",
      "@angular/compiler",
      "@angular/platform-server",
      "@angular/platform-browser",
      "@angular/platform-browser-dynamic",
      "@angular/compiler-cli",
      "zone.js",
      "rxjs",
      "tslint",
      "gulp-tslint",
      "typescript",
      "awesome-typescript-loader",
      "codelyzer",
      "@angular/animations",
      "linkifyjs",
      "@types/jasmine",
      "@types/jest",
      "@types/node",
      "conventional-github-releaser",
      "rollup-plugin-uglify"
    ]
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "commitplease": {
    "style": "angular",
    "types": [
      "feat",
      "fix",
      "docs",
      "style",
      "refactor",
      "perf",
      "test",
      "chore",
      "revert",
      "demo"
    ],
    "scope": "\\S+.*"
  },
  "module": "fesm2022/ngx-linkifyjs-v2.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-linkifyjs-v2.mjs"
    }
  },
  "sideEffects": false
}