68 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
{
"name": "@shikijs/twoslash",
"type": "module",
"version": "1.29.2",
"description": "Shiki transformer for twoslash",
"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/twoslash"
},
"bugs": "https://github.com/shikijs/shiki/issues",
"keywords": [
"shiki",
"twoslash"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"./core": {
"types": "./dist/core.d.mts",
"default": "./dist/core.mjs"
},
"./style-rich.css": "./style-rich.css",
"./style-classic.css": "./style-classic.css",
"./*": "./dist/*"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
"./core": [
"./dist/core.d.mts"
],
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"*.css",
"dist"
],
"dependencies": {
"twoslash": "^0.2.12",
"@shikijs/core": "1.29.2",
"@shikijs/types": "1.29.2"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/codicon": "^1.2.8",
"hast-util-from-html": "^2.0.3",
"typescript": "^5.7.3",
"@shikijs/twoslash": "1.29.2"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"test": "vitest"
}
}