{
  "name": "@maizzle/framework",
  "version": "3.7.2",
  "description": "Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.",
  "license": "MIT",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/maizzle/framework.git"
  },
  "bugs": "https://github.com/maizzle/framework/issues",
  "homepage": "https://maizzle.com",
  "author": "Cosmin Popovici (https://github.com/cossssmin)",
  "keywords": [
    "maizzle",
    "tailwindcss",
    "responsive-email",
    "email-framework",
    "email-template",
    "email-marketing",
    "email-campaigns",
    "email-newsletter",
    "email-boilerplate",
    "html-emails"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "xo && nyc ava -s",
    "style": "xo",
    "release": "np"
  },
  "dependencies": {
    "browser-sync": "^2.26.13",
    "color-shorthand-hex-to-six-digit": "^3.0.2",
    "email-comb": "^5.0.0",
    "front-matter": "^4.0.0",
    "fs-extra": "^10.0.0",
    "glob-promise": "^4.1.0",
    "html-crush": "^4.0.0",
    "juice": "^8.0.0",
    "lodash": "^4.17.20",
    "ora": "^5.1.0",
    "postcss": "^8.2.14",
    "postcss-import": "^14.0.0",
    "postcss-merge-longhand": "^5.0.1",
    "posthtml": "^0.16.4",
    "posthtml-attrs-parser": "^0.1.1",
    "posthtml-content": "^0.0.3",
    "posthtml-expressions": "^1.8.1",
    "posthtml-extend": "^0.6.0",
    "posthtml-extra-attributes": "^1.0.0",
    "posthtml-fetch": "^2.0.0",
    "posthtml-markdownit": "^1.2.2",
    "posthtml-modules": "^0.7.4",
    "posthtml-mso": "^1.0.2",
    "posthtml-postcss-merge-longhand": "^1.0.2",
    "posthtml-remove-attributes": "^1.0.0",
    "posthtml-safe-class-names": "^1.0.4",
    "posthtml-url-parameters": "^1.0.4",
    "pretty": "^2.0.0",
    "prevent-widows": "^1.0.2",
    "query-string": "^7.0.0",
    "string-strip-html": "^8.2.0",
    "tailwindcss": "^2.2.2",
    "tailwindcss-box-shadow": "^1.0.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.0.2",
    "ava": "^3.13.0",
    "np": "*",
    "nyc": "^15.1.0",
    "xo": "0.39.1"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "ava": {
    "files": [
      "test/**/test*.js"
    ]
  }
}
