{
  "name": "fumadocs-twoslash",
  "version": "3.1.4",
  "description": "Typescript Twoslash Integration for Fumadocs",
  "keywords": [
    "NextJs",
    "fumadocs",
    "Docs"
  ],
  "homepage": "https://fumadocs.vercel.app",
  "repository": "github:fuma-nama/fumadocs",
  "license": "MIT",
  "author": "Fuma Nama",
  "type": "module",
  "exports": {
    "./twoslash.css": "./styles/twoslash.css",
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./ui": {
      "import": "./dist/ui/index.js",
      "types": "./dist/ui/index.d.ts"
    },
    "./cache-fs": {
      "import": "./dist/cache-fs.js",
      "types": "./dist/cache-fs.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*",
    "styles/*"
  ],
  "dependencies": {
    "@radix-ui/react-popover": "^1.1.14",
    "@shikijs/twoslash": "^3.6.0",
    "mdast-util-from-markdown": "^2.0.2",
    "mdast-util-gfm": "^3.1.0",
    "mdast-util-to-hast": "^13.2.0",
    "tailwind-merge": "^3.3.1",
    "shiki": "^3.6.0",
    "twoslash": "^0.3.1"
  },
  "devDependencies": {
    "@types/hast": "^3.0.4",
    "@types/mdast": "^4.0.3",
    "@types/node": "24.0.1",
    "@types/react": "^19.1.8",
    "eslint-config-custom": "0.0.0",
    "fumadocs-ui": "15.5.2",
    "tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "fumadocs-ui": "^15.0.0",
    "react": "18.x.x || 19.x.x",
    "@types/react": "*"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rimraf dist",
    "dev": "tsup --watch",
    "lint": "eslint .",
    "types:check": "tsc --noEmit"
  }
}