{
  "name": "imprensa",
  "version": "0.1.27",
  "description": "Vite plugin and runtime for Ilha + Areia documentation sites (MDX, prerender, search)",
  "keywords": [
    "areia",
    "docs",
    "documentation",
    "ilha",
    "llms.txt",
    "mdx",
    "prerender",
    "shiki",
    "static-site",
    "vite",
    "vite-plugin"
  ],
  "homepage": "https://github.com/ilhajs/imprensa#readme",
  "bugs": {
    "url": "https://github.com/ilhajs/imprensa/issues"
  },
  "license": "MIT",
  "author": "Ryuz <ryuzer@proton.me>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilhajs/imprensa.git",
    "directory": "packages/imprensa"
  },
  "files": [
    "dist",
    "src/components",
    "src/docs/frontmatter.ts",
    "src/docs/mdx.ts",
    "src/docs/mdx/",
    "default.css",
    "index.d.ts",
    "README.md",
    "CHANGELOG.md",
    "docs/",
    "tsconfig.json"
  ],
  "type": "module",
  "exports": {
    ".": {
      "browser": {
        "types": "./dist/core/client-runtime.d.mts",
        "import": "./dist/core/client-runtime.mjs"
      },
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./runtime": {
      "types": "./dist/core/client-runtime.d.mts",
      "import": "./dist/core/client-runtime.mjs"
    },
    "./prerender": {
      "types": "./dist/core/prerender-core.d.mts",
      "import": "./dist/core/prerender-core.mjs"
    },
    "./rehype": {
      "types": "./dist/docs/rehype.d.mts",
      "import": "./dist/docs/rehype.mjs"
    },
    "./mdx": {
      "types": "./dist/docs/mdx.d.mts",
      "import": "./dist/docs/mdx.mjs"
    },
    "./mdx-islands": {
      "types": "./dist/docs/mdx-islands.d.mts",
      "import": "./dist/docs/mdx-islands.mjs"
    },
    "./config": {
      "types": "./dist/docs/config.d.mts",
      "import": "./dist/docs/config.mjs"
    },
    "./content-tree": {
      "types": "./dist/docs/content-tree.d.mts",
      "import": "./dist/docs/content-tree.mjs"
    },
    "./shiki": {
      "types": "./dist/docs/shiki-stub.d.mts",
      "import": "./dist/docs/shiki-stub.mjs"
    },
    "./icons": {
      "types": "./dist/components/icons.d.mts",
      "import": "./dist/components/icons.mjs"
    },
    "./components": {
      "types": "./dist/components/index.d.mts",
      "import": "./dist/components/index.mjs"
    },
    "./doc": {
      "types": "./dist/components/doc.d.mts",
      "import": "./dist/components/doc.mjs"
    },
    "./landing-shiki": {
      "types": "./dist/docs/landing-shiki.d.mts",
      "import": "./dist/docs/landing-shiki.mjs"
    },
    "./tsconfig.json": "./tsconfig.json",
    "./default.css": "./default.css"
  },
  "scripts": {
    "build": "tsdown",
    "test": "bun test",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@areia/slots": "^0.1.7",
    "@mdx-js/rollup": "^3.1.1",
    "@shikijs/engine-javascript": "^4.3.1",
    "@shikijs/langs": "^4.3.1",
    "@shikijs/rehype": "^4.3.1",
    "@shikijs/themes": "^4.3.1",
    "@shikijs/twoslash": "^4.3.1",
    "@tailwindcss/typography": "^0.5.20",
    "@tailwindcss/vite": "^4.3.3",
    "minisearch": "^7.2.0",
    "quando": "^0.1.6",
    "rehype-autolink-headings": "^7.1.0",
    "rehype-slug": "^6.0.0",
    "remark-gfm": "^4.0.1",
    "shiki": "^4.3.1",
    "sonner": "^2.0.7",
    "tailwindcss": "^4.3.2",
    "unhead": "^3.1.7",
    "vite-plugin-iso-import": "^1.3.0",
    "vite-plugin-sitemap": "^0.8.2",
    "vite-prerender-plugin": "^0.5.13"
  },
  "devDependencies": {
    "@mdx-js/mdx": "^3.1.1",
    "@types/mdast": "^4.0.4",
    "rehype-stringify": "^10.0.1",
    "remark-gfm": "^4.0.1",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.2",
    "tsdown": "^0.22.3",
    "unified": "^11.0.5"
  },
  "peerDependencies": {
    "@ilha/router": "^0.8.9",
    "@ilha/store": "^0.7.7",
    "areia": "^0.1.43",
    "ilha": "^0.9.5",
    "lucide": "^1.17.0",
    "vite": "^8"
  }
}
