{
  "name": "@ze-moreno/astro-markdown-runtime",
  "repository": {
    "type": "git",
    "url": "https://github.com/Mr-ZeMoreno/astro-markdown-runtime"
  },
  "type": "module",
  "version": "1.2.0",
  "license": "ISC",
  "keywords": [
    "astro-component",
    "renderer",
    "markdown",
    "runtime"
  ],
  "scripts": {
    "build": "tsc --emitDeclarationOnly",
    "check": "astro check && tsc --noEmit",
    "check:format": "prettier -c ./src"
  },
  "files": [
    "src",
    "index.ts",
    "dist"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./components/*": "./src/components/*",
    "./Renderer.astro": "./src/Renderer.astro"
  },
  "devDependencies": {
    "@changesets/cli": "^2.30.0",
    "@types/hast": "^3.0.4",
    "@types/unist": "^3.0.3",
    "prettier": "^3.0.3",
    "prettier-plugin-astro": "^0.12.0",
    "typescript": "^5.9.3",
    "vite": "^6.4.1",
    "@astrojs/check": "^0.9.2"
  },
  "dependencies": {
    "astro": "^5.18.1",
    "mdast-util-directive": "^3.1.0",
    "micromark-extension-directive": "^4.0.0",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.2",
    "unified": "^11.0.5",
    "unist-util-visit": "^5.1.0"
  }
}
