{
  "name": "@radval/stencil",
  "version": "0.0.1",
  "description": "Customizable transactional and marketing email templates",
  "main": "index.js",
  "repository": "https://github.com/valentinradu/stencil.git",
  "author": "Valentin Radu",
  "license": "MIT",
  "bugs": "https://github.com/valentinradu/stencil/issues",
  "homepage": "stencil.email",
  "keywords": [
    "email", "template", "nodejs"
  ],
  "private": false,
  "scripts": {
    "cli": "yarn node ./cli/index.js",
    "dev:build": "yarn cli -n",
    "dev:watch": "yarn cli -w -n",
    "dev:buildall": "yarn cli --all",
    "dev:watchall": "yarn cli -w --all"
  },
  "dependencies": {
    "mjml": "^4.8.1",
    "mustache": "^4.1.0"
  },
  "devDependencies": {
    "chokidar-cli": "^2.1.0",
    "commander": "^7.0.0",
    "eslint": "^7.17.0",
    "eslint-plugin-import": "^2.22.1",
    "glob": "^7.1.6"
  }
}
