{
    "name": "@types/markdown-it",
    "version": "14.2.0",
    "description": "TypeScript definitions for markdown-it",
    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it",
    "license": "MIT",
    "contributors": [
        {
            "name": "York Yao",
            "githubUsername": "plantain-00",
            "url": "https://github.com/plantain-00"
        },
        {
            "name": "Robert Coie",
            "githubUsername": "rapropos",
            "url": "https://github.com/rapropos"
        },
        {
            "name": "duduluu",
            "githubUsername": "duduluu",
            "url": "https://github.com/duduluu"
        },
        {
            "name": "Piotr Błażejewicz",
            "githubUsername": "peterblazejewicz",
            "url": "https://github.com/peterblazejewicz"
        }
    ],
    "main": "",
    "types": "index.d.ts",
    "exports": {
        ".": {
            "import": "./index.d.mts",
            "require": "./dist/index.cjs.d.ts"
        },
        "./*": {
            "import": "./*",
            "require": "./*"
        },
        "./package.json": "./package.json"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
        "directory": "types/markdown-it"
    },
    "scripts": {},
    "dependencies": {
        "@types/linkify-it": "^5",
        "@types/mdurl": "^2"
    },
    "peerDependencies": {},
    "typesPublisherContentHash": "9475b32cb8804acba02201af5ddcec72a486876c0f46f2fba0827b8df378e2cf",
    "typeScriptVersion": "5.6"
}