{
  "name": "@express-knex/mailer",
  "version": "0.1.2",
  "description": "Express Knex project, mailer based on Sendgrid and Marked",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "test": "npm run lint && npm run cover",
    "test:prod": "cross-env BABEL_ENV=production npm run test",
    "test:only": "mocha ./test/**/*.js",
    "test:watch": "npm test -- --watch",
    "cover": "nyc npm run test:only",
    "lint": "eslint src test",
    "build": "cross-env BABEL_ENV=production babel src --out-dir lib",
    "prepublish": "npm run clean && npm run lint && npm run test && npm run build"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/express-knex/express-knex.git",
    "directory": "packagess/mailer"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "Express",
    "Knex",
    "mail",
    "mailer",
    "Sendgrid",
    "Marked"
  ],
  "author": "deksden",
  "license": "MIT",
  "dependencies": {
    "@sendgrid/mail": "^6.4.0",
    "lodash": "^4.17.15",
    "marked": "^0.7.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.5.5",
    "@babel/register": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-preset-minify": "^0.5.0",
    "chai": "^4.2.0",
    "cross-env": "^5.2.0",
    "dirty-chai": "^2.0.1",
    "eslint": "^6.1.0",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "rimraf": "^2.6.3"
  },
  "gitHead": "ecd27c386023bb41a5f2c8230f2d1230efb76ffd"
}
