{
  "name": "@elonehoo/vitepress-plugin-npm-commands",
  "type": "module",
  "version": "0.0.2",
  "description": "A plugin that adds syntax for showing `npm`, `yarn`, `pnpm` commands in tabs.",
  "author": "Elone Hoo <hi@elonehoo.me>",
  "license": "MIT",
  "keywords": [
    "vitepress",
    "plugin",
    "npm-commands"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "vitepress": "1.0.0-alpha.43",
    "@elonehoo/vitepress-plugin-tabs": "0.0.2"
  },
  "devDependencies": {
    "@types/markdown-it": "^12.2.3",
    "markdown-it": "^13.0.1"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  }
}