{
  "name": "@docmd/plugin-installer",
  "version": "0.8.9",
  "description": "Installer utility to add and remove plugins for docmd.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "files": [
    "dist",
    "registry"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@docmd/api": "^0.8.9"
  },
  "devDependencies": {
    "@types/node": "^24.13.2"
  },
  "keywords": [
    "docmd",
    "plugin",
    "installer",
    "cli",
    "add",
    "remove",
    "markdown",
    "minimalist",
    "zero-config",
    "site-generator",
    "static-site-generator",
    "docs"
  ],
  "author": {
    "name": "Ghazi",
    "url": "https://mgks.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/docmd-io/docmd.git"
  },
  "bugs": {
    "url": "https://github.com/docmd-io/docmd/issues"
  },
  "homepage": "https://docmd.io",
  "funding": "https://github.com/sponsors/mgks",
  "license": "MIT"
}