UNPKG

@maizzle/cli

Version:

CLI tool for the Maizzle Email Framework

52 lines (51 loc) 1.14 kB
{ "name": "@maizzle/cli", "version": "2.0.0", "description": "CLI tool for the Maizzle Email Framework", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "exports": "./src/index.js", "bin": { "maizzle": "bin/maizzle.mjs" }, "files": [ "bin", "src" ], "scripts": { "release": "npx np", "test": "echo \"Error: no test specified\" && exit 0" }, "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" ], "dependencies": { "@clack/prompts": "^0.7.0", "commander": "^12.1.0", "create-maizzle": "^0.3.0", "import-from-esm": "^1.3.4", "ora": "^8.0.1", "pathe": "^1.1.2", "picocolors": "^1.0.1" } }