69 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
{
"name": "@shikijs/vitepress-twoslash",
"type": "module",
"version": "1.29.2",
"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": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"./client": {
"types": "./dist/client.d.mts",
"default": "./dist/client.mjs"
},
"./cache-fs": {
"types": "./dist/cache-fs.d.mts",
"default": "./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",
"typesVersions": {
"*": {
"client": [
"./dist/client.d.mts"
],
"*": [
"./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.0.0",
"mdast-util-to-hast": "^13.2.0",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12",
"vue": "^3.5.13",
"shiki": "1.29.2"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub"
}
}