{
  "name": "@stream-markdown/code",
  "type": "module",
  "version": "2.0.0-beta.5",
  "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": [
    "stream-markdown",
    "code",
    "shiki",
    "highlight"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@stream-markdown/core": "2.0.0-beta.5",
    "shiki": "^4.0.2"
  },
  "devDependencies": {
    "tsdown": "^0.23.0"
  },
  "scripts": {
    "build": "tsdown"
  }
}