{
  "name": "@markmend/core",
  "type": "module",
  "version": "1.0.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Streaming-friendly Markdown processor with syntax completion.",
  "author": "jinghaihan",
  "license": "MIT",
  "homepage": "https://github.com/jinghaihan/vue-stream-markdown#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jinghaihan/vue-stream-markdown.git"
  },
  "bugs": {
    "url": "https://github.com/jinghaihan/vue-stream-markdown/issues"
  },
  "keywords": [
    "markdown",
    "stream",
    "parser"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "marked": "^18.0.3"
  },
  "devDependencies": {
    "tsdown": "^0.22.0"
  },
  "scripts": {
    "build": "tsdown"
  }
}