{
  "name": "linkify-element",
  "version": "4.2.0",
  "description": "Browser DOM element interface for linkifyjs",
  "main": "dist/linkify-element.cjs.js",
  "module": "dist/linkify-element.es.js",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "clean": "rm -rf lib dist *.tgz *.d.ts",
    "prepack": "run-s clean build tsc",
    "tsc": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nfrasser/linkifyjs.git",
    "directory": "packages/linkify-element"
  },
  "keywords": [
    "link",
    "autolink",
    "url",
    "email",
    "browser"
  ],
  "author": "Nick Frasser (https://nfrasser.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nfrasser/linkifyjs/issues"
  },
  "homepage": "https://linkify.js.org",
  "peerDependencies": {
    "linkifyjs": "^4.0.0"
  }
}
