{
  "name": "nystudio107/craft-plugin-vite",
  "description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support",
  "version": "1.0.27",
  "keywords": [
    "craftcms",
    "plugin",
    "vite"
  ],
  "support": {
    "docs": "https://github.com/nystudio107/craft-plugin-vite/blob/v1/README.md",
    "issues": "https://github.com/nystudio107/craft-plugin-vite/issues"
  },
  "license": "MIT",
  "authors": [
    {
      "name": "nystudio107",
      "homepage": "https://nystudio107.com"
    }
  ],
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "craftcms/cms": "^3.0.0"
  },
  "autoload": {
    "psr-4": {
      "nystudio107\\pluginvite\\": "src/"
    }
  }
}
