{
  "name": "@fsegurai/marked-extended-tables",
  "version": "17.0.0",
  "description": "Extension for Marked.js that adds support for extended tables, allowing for more complex table structures and styling. It adds support for tables with merged cells, row and column spans, and other advanced features",
  "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/tables.css": "./dist/styles/tables.css",
    "./styles/tables.scss": "./dist/styles/tables.scss",
    "./styles/tables-theme.css": "./dist/styles/tables-theme.css",
    "./styles/tables-theme.scss": "./dist/styles/tables-theme.scss"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "extensions",
    "javascript",
    "library",
    "markdown",
    "markedjs",
    "marked-extended-tables",
    "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"
}
