{
  "name": "maizzle",
  "version": "1.2.1",
  "description": "CLI tool for the Maizzle Email Framework",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    }
  },
  "bin": {
    "maizzle": "./bin/maizzle.mjs"
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm run build",
    "dev": "vitest",
    "test": "vitest run --coverage",
    "release": "npm run build && npx np"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "commander": "^14.0.3",
    "giget": "^3.2.0",
    "nypm": "^0.6.5",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^25.2.3",
    "@vitest/coverage-v8": "^4.1.3",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maizzle/cli.git"
  },
  "bugs": "https://github.com/maizzle/cli/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",
    "email-cli"
  ]
}
