@shikijs/vitepress-twoslash
Version:
Enable Twoslash support in VitePress
50 lines • 1.27 kB
JSON
{
"name": "@shikijs/vitepress-twoslash",
"type": "module",
"version": "3.2.1",
"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",
"./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"
],
"dependencies": {
"@shikijs/twoslash": "",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-hast": "^13.2.0",
"twoslash": "^0.3.1",
"twoslash-vue": "^0.3.1",
"vue": "^3.5.13",
"shiki": "3.2.1"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub"
}
}