{
  "name": "linkify-html",
  "type": "module",
  "version": "4.3.2",
  "description": "HTML String interface for linkifyjs",
  "main": "dist/linkify-html.cjs",
  "module": "dist/linkify-html.mjs",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "clean": "rm -rf lib dist *.tgz *.d.ts",
    "copy:license": "copyfiles -f ../../node_modules/@nfrasser/simple-html-tokenizer/LICENSE dist/simple-html-tokenizer",
    "prepack": "run-s clean build tsc copy:license",
    "tsc": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nfrasser/linkifyjs.git",
    "directory": "packages/linkify-html"
  },
  "keywords": [
    "link",
    "autolink",
    "url",
    "email"
  ],
  "author": "Nick Frasser (https://nfrasser.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nfrasser/linkifyjs/issues"
  },
  "homepage": "https://linkify.js.org",
  "devDependencies": {
    "@nfrasser/simple-html-tokenizer": "==0.5.11-4"
  },
  "peerDependencies": {
    "linkifyjs": "^4.0.0"
  }
}
