{
  "name": "@kong/markdown",
  "version": "1.10.1",
  "description": "Kong's open-source markdown renderer and live editor",
  "keywords": [
    "markdown",
    "markdown-it",
    "vue",
    "editor",
    "markdown editor",
    "markdown renderer"
  ],
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/kong-markdown.umd.js",
  "module": "./dist/kong-markdown.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/types/index.d.ts",
  "typings": "dist/types",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/kong-markdown.es.js",
      "require": "./dist/kong-markdown.umd.js"
    },
    "./dist/style.css": "./dist/markdown.css",
    "./style.css": "./dist/markdown.css",
    "./package.json": "./package.json",
    "./dist/*": "./dist/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "cross-env USE_SANDBOX=true vite",
    "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
    "build:package": "vite build -m production",
    "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
    "build:aliases": "tsc-alias -p './tsconfig.build.json'",
    "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
    "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
    "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
    "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
    "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
    "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "cross-env FORCE_COLOR=1 vitest run",
    "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
    "semantic-release": "semantic-release",
    "commit": "cz"
  },
  "peerDependencies": {
    "vue": ">= 3.3.13 < 4"
  },
  "dependencies": {
    "@kong/icons": "^1.53.0",
    "@mdit-vue/plugin-frontmatter": "^3.0.2",
    "@sindresorhus/slugify": "^3.0.0",
    "@vueuse/core": "^14.3.0",
    "buffer": "^6.0.3",
    "dompurify": "^3.4.3",
    "html-format": "^1.1.7",
    "markdown-it": "^14.1.1",
    "markdown-it-abbr": "^2.0.0",
    "markdown-it-anchor": "^9.2.0",
    "markdown-it-attrs": "^4.3.1",
    "markdown-it-deflist": "^3.0.0",
    "markdown-it-emoji": "^3.0.0",
    "markdown-it-footnote": "^4.0.0",
    "markdown-it-ins": "^4.0.0",
    "markdown-it-mark": "^4.0.0",
    "markdown-it-sub": "^2.0.0",
    "markdown-it-sup": "^2.0.0",
    "markdown-it-task-lists": "^2.1.1",
    "markdown-it-textual-uml": "^0.17.1",
    "mermaid": "^11.15.0",
    "uuid": "^14.0.0"
  },
  "devDependencies": {
    "@babel/types": "^7.29.0",
    "@commitlint/cli": "^21.0.1",
    "@commitlint/config-conventional": "^21.0.1",
    "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
    "@evilmartians/lefthook": "^2.1.6",
    "@kong/design-tokens": "2.0.0",
    "@kong/eslint-config-kong-ui": "^1.7.1",
    "@kong/stylelint-plugin-design-tokens": "1.0.1",
    "@mdit-vue/types": "^3.0.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@shikijs/markdown-it": "^4.0.2",
    "@stylistic/stylelint-plugin": "^5.1.0",
    "@types/jsdom": "^28.0.3",
    "@types/markdown-it": "^14.1.2",
    "@types/markdown-it-attrs": "^4.1.3",
    "@types/markdown-it-emoji": "^3.0.1",
    "@types/markdown-it-footnote": "^3.0.4",
    "@types/node": "^24.12.4",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vitest/ui": "^4.1.6",
    "@vue/test-utils": "^2.4.10",
    "@vue/tsconfig": "^0.9.1",
    "autoprefixer": "^10.5.0",
    "c8": "^11.0.0",
    "commitizen": "^4.3.1",
    "cross-env": "^10.1.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^10.3.0",
    "jsdom": "^29.1.1",
    "postcss": "^8.5.14",
    "postcss-html": "^1.8.1",
    "rimraf": "^6.1.3",
    "rollup-plugin-visualizer": "^7.0.1",
    "sass": "^1.99.0",
    "semantic-release": "^25.0.3",
    "shiki": "^4.0.2",
    "stylelint": "^17.11.0",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-recommended-scss": "^17.0.1",
    "stylelint-config-recommended-vue": "^1.6.1",
    "stylelint-order": "^8.1.1",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.17",
    "typescript": "^6.0.3",
    "vite": "^8.0.10",
    "vite-plugin-vue-devtools": "^8.1.1",
    "vitest": "^4.1.6",
    "vue": "^3.5.34",
    "vue-tsc": "^3.2.9"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "@evilmartians/lefthook",
      "esbuild"
    ],
    "overrides": {
      "braces@<3.0.3": ">=3.0.3",
      "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.6",
      "glob@>=10.2.0 <10.5.0": ">=10.5.0",
      "@modelcontextprotocol/sdk@>=1.10.0 <=1.25.3": ">=1.26.0",
      "handlebars": ">=4.7.9",
      "lodash": ">=4.18.0"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kong/markdown.git"
  },
  "homepage": "https://github.com/Kong/markdown",
  "bugs": {
    "url": "https://github.com/Kong/markdown/issues"
  },
  "author": {
    "name": "Kong Inc.",
    "url": "https://konghq.com/"
  },
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "main",
      "next",
      "next-major",
      {
        "name": "beta",
        "prerelease": true
      },
      {
        "name": "alpha",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "CHANGELOG.md"
        }
      ],
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md",
            "package.json"
          ]
        }
      ],
      "@semantic-release/github"
    ]
  },
  "engines": {
    "node": ">=18.17.0"
  },
  "volta": {
    "node": "24.6.0",
    "pnpm": "10.28.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",
      "skipScope": false,
      "jiraOptional": true,
      "jiraLocation": "post-description",
      "jiraPrepend": "[",
      "jiraAppend": "]"
    }
  }
}
