{
  "name": "juice-email-cli",
  "version": "3.2.3",
  "type": "module",
  "description": "CLI tool to generate email-client-compatible HTML with juice (CSS inlining) + Mustache templating + minification",
  "main": "src/index.js",
  "bin": {
    "juice": "bin/juice.js"
  },
  "scripts": {
    "start": "node bin/juice.js",
    "test": "node test/smoke.js",
    "test:unit": "vitest run",
    "lint": "eslint .",
    "format": "prettier --write .",
    "postinstall": "node scripts/postinstall.mjs",
    "preuninstall": "node bin/juice.js --uninstall",
    "prepare": "husky install",
    "release": "node scripts/release.mjs",
    "release:dry": "standard-version --dry-run"
  },
  "keywords": [
    "email",
    "html",
    "css-inline",
    "juice",
    "email-template",
    "mustache",
    "minify",
    "html-email"
  ],
  "author": "",
  "license": "MIT",
  "homepage": "https://github.com/GuoSirius/juice-cli",
  "repository": {
    "type": "git",
    "url": "https://github.com/GuoSirius/juice-cli.git"
  },
  "bugs": {
    "url": "https://github.com/GuoSirius/juice-cli/issues"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "files": [
    "bin/",
    "src/",
    "defaults/",
    "edm/",
    "icons/",
    "README.md"
  ],
  "dependencies": {
    "@inquirer/prompts": "^8.5.2",
    "chalk": "^5.6.2",
    "commander": "^15.0.0",
    "html-minifier-terser": "^7.2.0",
    "js-yaml": "^5.2.1",
    "juice": "^12.1.1",
    "mustache": "^4.2.0",
    "ora": "^9.4.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.2.1",
    "@commitlint/config-conventional": "^21.2.0",
    "@eslint/js": "^10.0.1",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.1.8",
    "husky": "^9.1.7",
    "prettier": "^3.9.5",
    "standard-version": "^9.5.0",
    "vitest": "^4.1.10"
  }
}
