fumadocs-twoslash
Version:
Typescript Twoslash Integration for Fumadocs
82 lines • 1.87 kB
JSON
{
"name": "fumadocs-twoslash",
"version": "3.3.0",
"description": "Typescript Twoslash Integration for Fumadocs",
"keywords": [
"Docs",
"fumadocs"
],
"homepage": "https://fumadocs.dev",
"license": "MIT",
"author": "Fuma Nama",
"repository": {
"type": "git",
"url": "github:fuma-nama/fumadocs"
},
"files": [
"dist",
"styles"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./twoslash.css": "./styles/twoslash.css",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./ui": {
"types": "./dist/ui/index.d.ts",
"import": "./dist/ui/index.js"
},
"./cache-fs": {
"types": "./dist/cache-fs.d.ts",
"import": "./dist/cache-fs.js"
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@shikijs/twoslash": "^4.3.1",
"cnfast": "^0.0.8",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-hast": "^13.2.1",
"twoslash": "^0.3.9"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "26.1.0",
"@types/react": "^19.2.17",
"shiki": "4.3.1",
"tsdown": "0.22.3",
"typescript": "^6.0.3",
"tsconfig": "0.0.0",
"fumadocs-core": "16.11.0",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.11.0"
},
"peerDependencies": {
"@types/react": "*",
"fumadocs-core": "^16.7.16",
"fumadocs-ui": "^16.7.16",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shiki": "4.x.x"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"scripts": {
"build": "tsdown",
"clean": "rimraf dist",
"dev": "tsdown --watch",
"lint": "oxlint .",
"types:check": "tsc --noEmit"
}
}