{ "name": "@shikijs/markdown-it", "type": "module", "version": "1.29.2", "description": "markdown-it integration for shiki", "author": "Anthony Fu ", "license": "MIT", "homepage": "https://github.com/shikijs/shiki#readme", "repository": { "type": "git", "url": "git+https://github.com/shikijs/shiki.git", "directory": "packages/markdown-it" }, "bugs": "https://github.com/shikijs/shiki/issues", "keywords": [ "shiki", "markdown-it" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "./core": { "types": "./dist/core.d.mts", "default": "./dist/core.mjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "typesVersions": { "*": { "core": [ "./dist/core.d.mts" ], "*": [ "./dist/*", "./*" ] } }, "files": [ "dist" ], "dependencies": { "markdown-it": "^14.1.0", "shiki": "1.29.2" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "@shikijs/transformers": "1.29.2" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub" } }