{
  "name": "mdsvex",
  "version": "0.12.7",
  "description": "Markdown preprocessor for Svelte",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "default": "./dist/main.js"
    },
    "./package.json": "./package.json",
    "./globals": {
      "types": "./globals.d.ts"
    }
  },
  "main": "dist/main.js",
  "module": "dist/main.js",
  "types": "./dist/main.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pngwn/MDsveX.git"
  },
  "files": [
    "dist/*",
    "globals.d.ts"
  ],
  "keywords": [
    "test",
    "preprocessor",
    "mdx",
    "markdown",
    "svelte"
  ],
  "author": "pngwn <hello@pngwn.io>",
  "license": "MIT",
  "devDependencies": {
    "@starptech/prettyhtml-hast-to-html": "^0.10.0",
    "@types/acorn": "^4.0.5",
    "@types/escape-html": "^1.0.0",
    "@types/estree": "^0.0.45",
    "@types/hast": "^2.3.1",
    "@types/js-yaml": "^3.12.5",
    "escape-html": "^1.0.3",
    "front-matter": "^4.0.0",
    "js-yaml": "^3.13.1",
    "node-fetch": "^2.6.0",
    "rehype-slug": "^3.0.0",
    "rehype-toc": "^3.0.1",
    "remark-autolink-headings": "^6.0.0",
    "remark-containers": "^1.1.1",
    "remark-external-links": "^6.0.0",
    "remark-frontmatter": "^2.0.0",
    "remark-parse": "^8.0.2",
    "remark-rehype": "^7.0.0",
    "remark-slug": "^6.0.0",
    "retext": "^7.0.1",
    "retext-smartypants": "^4.0.0",
    "rollup-plugin-svelte": "^5.1.1",
    "shiki": "^0.9.3",
    "svelte": "^5.0.0",
    "toml": "^3.0.0",
    "unified": "^9.1.0",
    "vfile": "^4.2.0"
  },
  "peerDependencies": {
    "svelte": "^3.56.0 || ^4.0.0 || ^5.0.0-next.120"
  },
  "dependencies": {
    "@types/mdast": "^4.0.4",
    "@types/unist": "^2.0.3",
    "prism-svelte": "^0.4.7",
    "prismjs": "^1.17.1",
    "unist-util-visit": "^2.0.1",
    "vfile-message": "^2.0.4"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "vitest . **/*.spec.ts"
  }
}