{
  "name": "mjml-email-builder",
  "version": "3.0.0",
  "description": "",
  "main": "dist/mjml-output/index.js",
  "scripts": {
    "start": "NODE_ENV=production node dist/server.js",
    "dev": "nodemon --exec ts-node server.ts",
    "copy": "copyfiles ./templates/**/**/* ./mjml-output/*.css ./dist",
    "build": "rimraf dist && tsc && yarn copy",
    "template-json": "ts-node generate-template-json.ts",
    "template-thumbnails": "ts-node generate-thumbnails.ts",
    "template-thumb:json": "npm run template-json && npm run template-thumbnails"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.18.3",
    "cors": "^2.8.4",
    "express": "^4.17.1",
    "lodash": "^4.17.21",
    "mjml": "^4.10.1"
  },
  "devDependencies": {
    "@types/cors": "^2.8.4",
    "@types/express": "^4.16.0",
    "@types/mjml": "^4.0.0",
    "@types/node": "^10.9.4",
    "copyfiles": "^2.1.1",
    "nodemon": "^2.0.9",
    "rimraf": "^2.6.2",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.3",
    "webshot": "^0.18.0"
  }
}
