{
  "name": "markdown-to-ansi",
  "version": "1.0.0",
  "description": "Convert markdown to ansi with support of hyperlinks",
  "license": "MIT",
  "author": "Vincent Weevers",
  "type": "module",
  "exports": "./index.js",
  "scripts": {
    "test": "standard && depcheck && node test.js"
  },
  "files": [
    "index.js",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "ansi-escapes": "^5.0.0",
    "chalk": "^4.1.0",
    "mdast-util-from-markdown": "^1.1.0",
    "mdast-util-gfm-autolink-literal": "^1.0.2",
    "mdast-util-to-markdown": "^1.2.4",
    "mdast-util-to-string": "^3.1.0",
    "micromark-extension-gfm-autolink-literal": "^1.0.2",
    "normalize-url": "^7.0.2",
    "strip-ansi": "^7.0.1",
    "supports-hyperlinks": "^2.1.0"
  },
  "devDependencies": {
    "depcheck": "^1.3.1",
    "standard": "^16.0.3",
    "tape": "^5.0.1"
  },
  "repository": "vweevers/markdown-to-ansi",
  "bugs": "https://github.com/vweevers/markdown-to-ansi/issues",
  "homepage": "https://github.com/vweevers/markdown-to-ansi",
  "keywords": [
    "ansi",
    "cli",
    "gfm",
    "markdown",
    "mdast",
    "micromark",
    "terminal"
  ],
  "engines": {
    "node": ">=12.20"
  }
}
