{
  "name": "@boklisten/bl-post-office",
  "version": "0.5.57",
  "description": "a single module for sending messages to a customer",
  "main": "dist/index.js",
  "scripts": {
    "build": "gulp email:build && tsc && gulp copy:lib-to-dist",
    "serve": "gulp email:serve",
    "prettier": "prettier --write '**/*.{html,js,ts,tsx,md,json,yml,css,scss}' --ignore-path=.gitignore",
    "prettier:check": "prettier --check '**/*.{html,js,ts,tsx,md,json,yml,css,scss}' --ignore-path=.gitignore",
    "test": "ava",
    "test:watch": "ava --watch --fail-fast",
    "preversion": "npm run test",
    "prepack": "npm run build",
    "prepublishOnly": "npm run test"
  },
  "types": "dist/index.d.ts",
  "babel": {
    "presets": [
      "@babel/env"
    ],
    "plugins": [
      "@babel/plugin-proposal-class-properties"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holskil/bl-post-office.git"
  },
  "author": "holskil",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/holskil/bl-post-office/issues"
  },
  "homepage": "https://github.com/holskil/bl-post-office#readme",
  "dependencies": {
    "@sendgrid/mail": "^6.3.1",
    "@types/mustache": "^0.8.32",
    "@types/node": "^11.12.1",
    "inversify": "^5.0.1",
    "mustache": "^3.0.1",
    "reflect-metadata": "^0.1.13",
    "twilio": "^3.30.0",
    "winston": "^3.2.1"
  },
  "optionalDependencies": {
    "fsevents": "^1.2.9"
  },
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/register": "^7.4.0",
    "@types/sinon": "^7.0.10",
    "ava": "^2.0.0",
    "browser-sync": "^2.26.3",
    "del": "^4.0.0",
    "event-stream": "^4.0.1",
    "fancy-log": "^1.3.3",
    "gulp": "^4.0.0",
    "gulp-ava": "^1.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-copy": "^4.0.1",
    "gulp-ext-replace": "^0.3.0",
    "gulp-filenames": "^4.0.1",
    "gulp-htmlmin": "^5.0.1",
    "gulp-mjml": "^3.0.0",
    "gulp-mustache": "^4.1.1",
    "gulp-rename": "^1.4.0",
    "gulp-tap": "^1.0.1",
    "gulp-typescript": "^5.0.1",
    "gulp-util": "^3.0.8",
    "gulp-watch": "^5.0.1",
    "mjml": "^4.4.0-beta.1",
    "mjml-core": "^4.4.0-beta.1",
    "mjml-validator": "^4.4.0-beta.1",
    "prettier": "^1.16.4",
    "through2": "^3.0.1",
    "ts-mockito": "^2.3.1",
    "ts-node": "^8.2.0",
    "typescript": "^3.3.3333"
  },
  "ava": {
    "compileEnhancements": false,
    "bable": false,
    "files": [
      "src/**/*.spec.ts"
    ],
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  }
}
