2026-05-31 13:54:31 +02:00

59 lines
1.2 KiB
JSON

{
"name": "@shikijs/markdown-it",
"type": "module",
"version": "1.29.2",
"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": {
".": {
"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"
}
}