@shikijs/vitepress-twoslash
Version:
Enable Twoslash support in VitePress
58 lines • 1.48 kB
JSON
{
"name": "@shikijs/vitepress-twoslash",
"type": "module",
"version": "4.1.0",
"description": "Enable Twoslash support in VitePress",
"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/vitepress-twoslash"
},
"bugs": "https://github.com/shikijs/shiki/issues",
"keywords": [
"shiki",
"twoslash",
"vitepress-plugin"
],
"sideEffects": false,
"exports": {
".": "./dist/index.mjs",
"./client": "./dist/client.mjs",
"./cache-fs": "./dist/cache-fs.mjs",
"./cache-inline": "./dist/cache-inline/index.mjs",
"./style.css": "./style.css",
"./style-core.css": "./style-core.css"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"*.css",
"dist"
],
"engines": {
"node": ">=20"
},
"dependencies": {
"floating-vue": "^5.2.2",
"lz-string": "^1.5.0",
"magic-string": "^0.30.21",
"markdown-it": "^14.1.1",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-hast": "^13.2.1",
"ohash": "^2.0.11",
"twoslash": "^0.3.8",
"twoslash-vue": "^0.3.8",
"vue": "^3.5.34",
"@shikijs/twoslash": "4.1.0",
"shiki": "4.1.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch"
}
}