{
  "name": "stream-markdown-parser",
  "type": "module",
  "version": "1.0.0",
  "packageManager": "pnpm@10.33.4",
  "description": "Pure markdown parser and renderer utilities with streaming support - framework agnostic",
  "author": "Simon He",
  "license": "MIT",
  "homepage": "https://github.com/Simon-He95/markstream-vue/tree/main/packages/markdown-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Simon-He95/markstream-vue.git",
    "directory": "packages/markdown-parser"
  },
  "bugs": {
    "url": "https://github.com/Simon-He95/markstream-vue/issues"
  },
  "keywords": [
    "markdown",
    "markdown-it",
    "markdown-it-ts",
    "parser",
    "markdown-parser",
    "markdown-renderer",
    "ast",
    "markdown-ast",
    "streaming",
    "progressive",
    "framework-agnostic"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "test": "vitest",
    "test:run": "vitest --run",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --cache",
    "lint:fix": "eslint . --cache --fix",
    "prepublishOnly": "pnpm run build",
    "release": "bumpp --commit --no-tag --no-push && npm publish --access public && node ../../scripts/tag-package.mjs --package-json package.json --push"
  },
  "dependencies": {
    "markdown-it-container": "^4.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-checkbox": "^1.0.6",
    "markdown-it-ts": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.19",
    "tsdown": "^0.15.12",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}
