{
  "name": "@ryanbethel/m-dash-enhance",
  "type": "module",
  "description": "Enhance wrapper for Mdash. Mdash is a design system based on web standards. It's extremely small (see comparison chart), fast, simple, and compatible with any JavaScript framework. \n",
  "version": "0.0.6",
  "homepage": "https://m-docs.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/ryanbethel/m-dash-enhance"
  },
  "bugs": "https://github.com/ryanbethel/m-dash-enhance/issues",
  "files": [
    "/elements",
    "/helpers",
    "/assets"
  ],
  "license": "MIT",
  "contributors": [
    {
      "name": "Ryan Bethel",
      "url": "https://github.com/ryanbethel/m-dash-enhance"
    }
  ],
  "keywords": [
    "ui",
    "components",
    "web",
    "css",
    "html",
    "frontend",
    "webcomponents",
    "customelements",
    "enhance"
  ],
  "scripts": {
    "start": "cd example && enhance dev"
  },
  "devDependencies": {
    "@enhance/arc-plugin-enhance": "github:ryanbethel/arc-plugin-enhance#postcss-test",
    "@enhance/cli": "^1.1.0"
  }
}
