{
  "name": "@huntabyte/mdsvex",
  "version": "0.16.8",
  "description": "Markdown preprocessor for Svelte",
  "main": "dist/main.cjs.js",
  "module": "dist/main.es.js",
  "browser": "dist/mdsvex.js",
  "repository": "https://github.com/huntabyte/MDsveX",
  "files": [
    "dist/*",
    "globals.d.ts"
  ],
  "keywords": [
    "test",
    "preprocessor",
    "mdx",
    "markdown",
    "svelte"
  ],
  "author": "pngwn <hello@pngwn.io>",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-replace": "^2.4.2",
    "@rollup/plugin-sucrase": "^3.1.0",
    "@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-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-svelte": "^5.1.1",
    "shiki": "^0.9.3",
    "svelte": "^4.0.0",
    "toml": "^3.0.0",
    "unified": "^9.1.0",
    "vfile": "^4.2.0"
  },
  "peerDependencies": {
    "svelte": ">=3 <5"
  },
  "dependencies": {
    "@types/unist": "^2.0.3",
    "prism-svelte": "^0.4.7",
    "prismjs": "^1.17.1",
    "vfile-message": "^2.0.4"
  },
  "scripts": {
    "build": "rollup -c"
  }
}