{
  "name": "transactional-emails",
  "version": "2.19.33",
  "description": "Transactional emails for our products",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "lint": "standard",
    "precommit": "npm run lint",
    "commitmsg": "validate-commit-msg",
    "clean": "rm -rf build",
    "deploy": "gh-pages -d build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ResourcefulHumans/transactional-emails.git"
  },
  "keywords": [
    "transactional",
    "emails",
    "javascript"
  ],
  "author": "Resourceful Humans <info@resourceful-humans.com>",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/ResourcefulHumans/transactional-emails/issues"
  },
  "homepage": "http://resourcefulhumans.github.io/transactional-emails/",
  "dependencies": {
    "bluebird": "^3.5.0",
    "glob": "^7.1.1",
    "handlebars": "^4.7.6",
    "juice": "^4.0.0",
    "lodash": "^4.17.20",
    "showdown": "^1.6.4"
  },
  "devDependencies": {
    "gh-pages": "^3.1.0",
    "husky": "^4.2.5",
    "prettier": "^1.14.3",
    "pretty-quick": "^3.1.0",
    "semantic-release": "^6.3.2",
    "standard": "^10.0.0-beta.0",
    "validate-commit-msg": "^2.11.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
