{
  "name": "express-knex-mailer",
  "version": "0.0.3",
  "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",
    "release": "release-it"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/express-knex/express-knex-mailer.git"
  },
  "keywords": [
    "Express",
    "Knex",
    "mail",
    "mailer",
    "Sendgrid",
    "Marked"
  ],
  "author": "deksden",
  "license": "MIT",
  "release-it": {
    "git": {
      "requireCleanWorkingDir": false
    },
    "hooks": {
      "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
    },
    "github": {
      "release": true
    }
  },
  "dependencies": {
    "lodash": "^4.17.14",
    "marked": "^0.7.0",
    "@sendgrid/mail": "^6.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.4",
    "@babel/register": "^7.4.4",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.5.4",
    "babel-preset-minify": "^0.5.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-eslint": "^10.0.2",
    "chai": "^4.2.0",
    "dirty-chai": "^2.0.1",
    "cross-env": "^5.2.0",
    "eslint": "^6.0.1",
    "eslint-config-standard": "^13.0.0",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.2",
    "eslint-plugin-node": "^9.1.0",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "rimraf": "^2.6.3",
    "release-it": "^12.3.3"
  }
}
