{
  "name": "linkify-plugin-ticket",
  "version": "4.1.3",
  "description": "Numeric ticket plugin for linkifyjs",
  "main": "dist/linkify-plugin-ticket.cjs.js",
  "module": "dist/linkify-plugin-ticket.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/Hypercontext/linkifyjs.git",
    "directory": "packages/linkify-plugin-ticket"
  },
  "keywords": [
    "link",
    "autolink",
    "url",
    "email"
  ],
  "author": "Hypercontext",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Hypercontext/linkifyjs/issues"
  },
  "homepage": "https://linkify.js.org",
  "peerDependencies": {
    "linkifyjs": "^4.0.0"
  }
}
