{
  "name": "@wcj/markdown-style",
  "version": "1.1.3",
  "description": "Integrate markdown styles into web components, Markdown CSS styles will not be conflicted.",
  "type": "module",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "homepage": "https://jaywcjlove.github.io/markdown-style/",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/markdown-style"
  },
  "license": "MIT",
  "files": [
    "lib",
    "src"
  ],
  "keywords": [
    "web-component",
    "web-components",
    "markdown-style",
    "markdown",
    "web"
  ]
}