{
  "name": "@diskette/dossier",
  "type": "module",
  "version": "0.51.2",
  "sideEffects": false,
  "exports": {
    ".": {
      "@repo/source": "./src/index.ts",
      "default": "./dist/index.js"
    },
    "./mdx/plugins": {
      "@repo/source": "./src/mdx/plugins/index.ts",
      "default": "./dist/mdx/plugins/index.js"
    },
    "./mdx": {
      "@repo/source": "./src/mdx/index.ts",
      "default": "./dist/mdx/index.js"
    },
    "./highlight": {
      "@repo/source": "./src/lib/highlight/index.ts",
      "default": "./dist/lib/highlight/index.js"
    },
    "./search": {
      "@repo/source": "./src/search.ts",
      "default": "./dist/search.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/diskettejs/diskette.git"
  },
  "keywords": [],
  "license": "MIT",
  "peerDependencies": {
    "@types/react": "*",
    "minisearch": "^7.2.0",
    "react": "^18.0 || ^19.0 || ^19.0.0-rc"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "minisearch": {
      "optional": true
    }
  },
  "dependencies": {
    "@humanfs/memory": "^0.19.5",
    "@humanfs/node": "^0.16.7",
    "@humanfs/types": "^0.15.0",
    "@mdx-js/mdx": "^3.1.1",
    "@shikijs/rehype": "^3.23.0",
    "@shikijs/twoslash": "^3.23.0",
    "@sindresorhus/is": "^7.2.0",
    "arktype": "^2.1.29",
    "estree-util-value-to-estree": "^3.5.0",
    "github-slugger": "^2.0.0",
    "hast-util-to-string": "^3.0.1",
    "ignore": "^7.0.5",
    "mdast-util-directive": "^3.1.0",
    "mdast-util-from-markdown": "^2.0.3",
    "mdast-util-gfm": "^3.1.0",
    "mdast-util-mdx-jsx": "^3.2.0",
    "mdast-util-mdxjs-esm": "^2.0.1",
    "mdast-util-to-hast": "^13.2.1",
    "mdast-util-to-string": "^4.0.0",
    "pathe": "^2.0.3",
    "recma-mdx-escape-missing-components": "^1.2.4",
    "rehype-autolink-headings": "^7.1.0",
    "rehype-slug": "^6.0.0",
    "remark": "^15.0.1",
    "remark-directive": "^4.0.0",
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-mdx": "^3.1.1",
    "remark-parse": "^11.0.0",
    "shiki": "^3.23.0",
    "twoslash": "^0.3.6",
    "type-fest": "^5.4.4",
    "uint8array-extras": "^1.5.0",
    "unified": "^11.0.5",
    "unist-util-visit": "^5.1.0",
    "vfile": "^6.0.3",
    "yaml": "^2.8.2",
    "@diskette/fs": "0.20.1"
  },
  "devDependencies": {
    "@types/hast": "^3.0.4",
    "@types/mdast": "^4.0.4",
    "@types/mdx": "^2.0.13",
    "@types/node": "^25.3.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "minisearch": "^7.2.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "dev": "tsc --watch -p tsconfig.build.json --declarationMap --sourceMap",
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "test": "vitest --run",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist && rm -rf node_modules"
  }
}