{
    "name": "@types/markdown-it-container",
    "version": "4.0.0",
    "description": "TypeScript definitions for markdown-it-container",
    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-container",
    "license": "MIT",
    "contributors": [
        {
            "name": "Vyacheslav Demot",
            "githubUsername": "hronex",
            "url": "https://github.com/hronex"
        }
    ],
    "main": "",
    "types": "index.d.ts",
    "exports": {
        ".": {
            "require": "./index.d.ts",
            "import": "./index.d.mts"
        },
        "./*": {
            "require": "./*",
            "import": "./*"
        },
        "./package.json": "./package.json"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
        "directory": "types/markdown-it-container"
    },
    "scripts": {},
    "dependencies": {
        "@types/markdown-it": ">=14"
    },
    "peerDependencies": {},
    "typesPublisherContentHash": "8858359cc14d76882d1b08b090b215ef0ec2d3709213122360783abd56b25394",
    "typeScriptVersion": "5.2"
}