{
  "name": "remark-taggable",
  "version": "1.1.0",
  "type": "module",
  "description": "Parse and render custom #tags and @mentions",
  "keywords": [
    "remark",
    "remark-plugin",
    "markdown",
    "efm",
    "micromark",
    "micromark-plugin",
    "mdast",
    "mdast-util"
  ],
  "author": {
    "name": "Rahul Das",
    "email": "contact@therdas.dev",
    "url": "https://www.therdas.dev"
  },
  "license": "MIT",
  "repository": "https://github.com/therdas/remark-taggable",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint src/",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "format": "npx prettier . --write",
    "test": "npm run format && node --experimental-vm-modules node_modules/jest/bin/jest.js"
  },
  "dependencies": {
    "mdast-util-from-markdown": "^2.0.2",
    "mdast-util-taggable": "^1.3.0",
    "mdast-util-to-markdown": "^2.1.2",
    "micromark-extension-taggable": "^1.1.0",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/mdast": "^4.0.4",
    "@types/unist": "^3.0.3",
    "eslint": "^9.17.0",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "remark": "^15.0.1",
    "remark-parse": "^11.0.0",
    "remark-stringify": "^11.0.0",
    "rollup": "^4.28.1",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.1",
    "unified": "^11.0.5"
  }
}
