create-maizzle
Version:
Quickly start a new Maizzle project.
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "create-maizzle",
"version": "0.3.4",
"description": "Quickly start a new Maizzle project.",
"license": "MIT",
"type": "module",
"bin": {
"create-maizzle": "bin/create-maizzle.mjs"
},
"exports": "./src/index.js",
"files": [
"bin",
"src"
],
"scripts": {
"release": "npx np",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/maizzle/create-maizzle.git"
},
"bugs": "https://github.com/maizzle/create-maizzle/issues",
"homepage": "https://maizzle.com",
"author": "Cosmin Popovici (https://github.com/cossssmin)",
"keywords": [
"maizzle",
"create-maizzle",
"create-email",
"tailwindcss",
"responsive-email",
"email-framework",
"email-template",
"email-marketing",
"email-campaigns",
"email-newsletter",
"email-boilerplate",
"html-emails",
"email-cli"
],
"dependencies": {
"@clack/prompts": "^0.8.1",
"degit": "^2.8.4",
"nypm": "^0.4.1",
"picocolors": "^1.0.0"
}
}