{
  "name": "@fsegurai/marked-extended-slide",
  "version": "18.0.0",
  "description": "Extension for Marked.js that adds support for presentation slides, allowing the creation of slide-based presentations with Markdown. It supports layouts, backgrounds, transitions, nested rendering, and can be customized to fit your needs.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.esm.js",
  "browser": "./dist/index.umd.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs",
      "types": "./dist/types/index.d.ts"
    },
    "./styles/slide.css": "./dist/styles/slide.css",
    "./styles/slide.scss": "./dist/styles/slide.scss",
    "./styles/slide-theme.css": "./dist/styles/slide-theme.css",
    "./styles/slide-theme.scss": "./dist/styles/slide-theme.scss"
  },
  "sideEffects": false,
  "files": [
    "dist/"
  ],
  "keywords": [
    "extensions",
    "javascript",
    "library",
    "markdown",
    "markedjs",
    "marked-extended-slide",
    "parser",
    "syntax",
    "typescript"
  ],
  "author": {
    "name": "Fabián Segura",
    "url": "https://www.fsegurai.com/"
  },
  "license": "MIT",
  "scripts": {
    "pkg:build": "vite build",
    "pkg:test": "bun test",
    "pkg:test:coverage": "bun test --coverage"
  },
  "peerDependencies": {
    "marked": "^18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fsegurai/marked-extensions.git"
  },
  "bugs": {
    "url": "https://github.com/fsegurai/marked-extensions/issues"
  },
  "homepage": "https://github.com/fsegurai/marked-extensions#readme"
}
