{
  "name": "@fsegurai/marked-extended-accordion",
  "version": "17.0.0",
  "description": "Extension for Marked.js that adds support for extended accordion blocks, allowing the creation of expandable panels with content. It supports any Markdown 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/accordion.css": "./dist/styles/accordion.css",
    "./styles/accordion.scss": "./dist/styles/accordion.scss",
    "./styles/accordion-theme.css": "./dist/styles/accordion-theme.css",
    "./styles/accordion-theme.scss": "./dist/styles/accordion-theme.scss"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "extensions",
    "javascript",
    "library",
    "markdown",
    "markedjs",
    "marked-extended-accordion",
    "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": "^17"
  },
  "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"
}
