{
  "name": "@fsegurai/marked-extended-spoiler",
  "version": "17.0.0",
  "description": "Extension for Marked.js that adds support for extended spoilers, allowing the creation of hidden content that appears on hover. 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/spoiler.css": "./dist/styles/spoiler.css",
    "./styles/spoiler.scss": "./dist/styles/spoiler.scss",
    "./styles/spoiler-theme.css": "./dist/styles/spoiler-theme.css",
    "./styles/spoiler-theme.scss": "./dist/styles/spoiler-theme.scss"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "extensions",
    "javascript",
    "library",
    "markdown",
    "markedjs",
    "marked-extended-spoiler",
    "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"
}
