{
  "name": "@fedify/markdown-it-hashtag",
  "version": "0.3.0",
  "description": "A markdown-it plugin that parses and renders Mastodon-style #hashtags.",
  "keywords": [
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "Mastodon",
    "hashtag",
    "fediverse"
  ],
  "author": {
    "name": "Hong Minhee",
    "email": "hong@minhee.org",
    "url": "https://hongminhee.org/"
  },
  "homepage": "https://github.com/fedify-dev/markdown-it-hashtag",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fedify-dev/markdown-it-hashtag.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fedify-dev/markdown-it-hashtag/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "types": "./types/mod.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./types/mod.d.ts",
        "default": "./esm/mod.js"
      },
      "require": {
        "types": "./types/mod.d.ts",
        "default": "./script/mod.js"
      }
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "funding": [
    "https://opencollective.com/fedify",
    "https://github.com/sponsors/dahlia"
  ],
  "dependencies": {
    "markdown-it": "^14.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0",
    "@deno/shim-deno": "~0.18.0",
    "@types/markdown-it": "^14.1.1"
  },
  "_generatedBy": "dnt@dev"
}