{
  "name": "@bkstorm/vendure-email-plugin",
  "version": "2.0.0-next.2",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*",
    "templates/**/*",
    "dev-mailbox.html"
  ],
  "scripts": {
    "watch": "tsc -p ./tsconfig.build.json --watch",
    "build": "rimraf lib && tsc -p ./tsconfig.build.json",
    "lint": "tslint --fix --project ./",
    "test": "jest --config ./jest.config.js"
  },
  "homepage": "https://www.vendure.io/",
  "funding": "https://github.com/sponsors/michaelbromley",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/nodemailer": "^6.4.0",
    "dateformat": "^3.0.3",
    "express": "^4.17.1",
    "fs-extra": "^10.0.0",
    "handlebars": "^4.7.6",
    "mjml": "^4.7.1",
    "nodemailer": "^6.4.13"
  },
  "devDependencies": {
    "@types/dateformat": "^3.0.1",
    "@types/express": "^4.17.8",
    "@types/fs-extra": "^9.0.1",
    "@types/handlebars": "^4.1.0",
    "@types/mjml": "^4.0.4",
    "@vendure/common": "^2.0.0-next.2",
    "@bkstorm/vendure-core": "^2.0.0-next.2",
    "rimraf": "^3.0.2",
    "typescript": "4.5.5"
  }
}
