@shikijs/markdown-it
Version:
markdown-it integration for shiki
55 lines • 1.24 kB
JSON
{
"name": "@shikijs/markdown-it",
"type": "module",
"version": "4.1.0",
"description": "markdown-it integration for shiki",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"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": {
".": "./dist/index.mjs",
"./core": "./dist/core.mjs",
"./async": "./dist/async.mjs"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"engines": {
"node": ">=20"
},
"peerDependencies": {
"markdown-it-async": "^2.2.0"
},
"peerDependenciesMeta": {
"markdown-it-async": {
"optional": true
}
},
"dependencies": {
"markdown-it": "^14.1.1",
"shiki": "4.1.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"markdown-it-async": "^2.2.0",
"@shikijs/transformers": "4.1.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch"
}
}