{
  "name": "vitepress-plugin-npm-commands",
  "version": "0.10.0",
  "description": "A plugin that adds syntax for showing `npm`, `yarn`, `pnpm`, `bun` commands in tabs.",
  "keywords": [
    "vitepress",
    "vitepress-plugin"
  ],
  "homepage": "https://vitepress-plugins.sapphi.red/npm-commands/",
  "bugs": {
    "url": "https://github.com/sapphi-red/vitepress-plugins/issues"
  },
  "license": "MIT",
  "author": "sapphi-red (https://github.com/sapphi-red)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sapphi-red/vitepress-plugins.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/sapphi-red"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "dependencies": {
    "klona": "^2.0.6",
    "npm-to-yarn": "^3.0.1"
  },
  "devDependencies": {
    "@types/markdown-it": "^14.1.2",
    "@types/markdown-it-attrs": "^4.1.3",
    "markdown-it": "^14.1.1",
    "markdown-it-attrs": "^4.3.1",
    "tsdown": "^0.21.9"
  },
  "peerDependencies": {
    "vitepress": "^1.0.0 || ^2.0.0-alpha.17",
    "vitepress-plugin-tabs": "^0.9.0"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown"
  }
}