{
  "name": "@vitepress-demo-preview/plugin",
  "version": "1.4.1",
  "description": "preview component of code and component in vitepress",
  "packageManager": "pnpm@7.9.5",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "dev": "rollup --config rollup.config.ts --watch",
    "build": "rollup --config rollup.config.ts"
  },
  "homepage": "https://github.com/flingyp/vitepress-demo-preview#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flingyp/vitepress-demo-preview.git"
  },
  "bugs": "https://github.com/flingyp/vitepress-demo-preview/issues",
  "keywords": [
    "vitepress",
    "plugins",
    "component"
  ],
  "author": "FlyPeng",
  "license": "MIT",
  "peerDependencies": {
    "markdown-it-container": "^3.0.0",
    "vitepress": "*",
    "vue": "^3.2.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.5.0",
    "@types/markdown-it": "^14.1.2",
    "@types/markdown-it-container": "^2.0.10",
    "rollup": "^2.79.2",
    "rollup-plugin-dts": "^4.2.3",
    "tslib": "^2.8.1"
  },
  "dependencies": {
    "@flypeng/tool": "^5.7.1",
    "markdown-it": "^14.1.0",
    "markdown-it-container": "^4.0.0"
  }
}
