{
  "name": "crosslead-notification-email",
  "version": "0.0.15",
  "description": "crosslead-notification-email",
  "license": "Apache",
  "repository": {
    "type": "git",
    "url": "https://github.com/CrossLead/crosslead-notification-email"
  },
  "author": "Nick Wormley",
  "keywords": [
    ""
  ],
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "clean": "rimraf lib",
    "lint": "tslint --force --type-check --project tsconfig.json --format verbose \"src/*.{tsx,ts}\"",
    "build": "npm run clean && npm run lint && tsc",
    "test": "npm run build && mocha --compilers ts:ts-node/register --recursive 'test/**/*-spec.ts'",
    "main": "node lib/main.js",
    "coverage": "nyc --include='src/**/*.ts' --reporter=text --reporter=html --reporter=lcov mocha --compilers ts:ts-node/register --recursive 'test/**/*.ts'",
    "watch": "npm run build -- --watch",
    "watch:test": "npm run test -- --watch",
    "prettier": "prettier --loglevel error --write --trailing-comma es5 --single-quote 'src/**/*.{ts,tsx,js,json}' './*.ts'"
  },
  "devDependencies": {
    "@types/chai": "3.4.34",
    "@types/mocha": "2.2.41",
    "@types/moment-timezone": "0.2.34",
    "@types/node-uuid": "*",
    "@types/prop-types": "15.5.0",
    "@types/react": "16.3.13",
    "@types/react-dom": "^16.0.5",
    "chai": "3.5.0",
    "mocha": "3.4.2",
    "nyc": "10.1.2",
    "prepublish": "2.1.2",
    "prettier": "1.11.1",
    "rimraf": "^2.6.1",
    "ts-node": "3.0.4",
    "tslint": "5.3.2",
    "typescript": "2.8.1"
  },
  "dependencies": {
    "react": "16.3.2",
    "react-dom": "16.3.2",
    "moment": "2.20.1",
    "moment-timezone": "0.5.14",
    "nodemailer": "*",
    "node-uuid": "*",
    "minimist": "1.2.0",
    "camelize": "1.0.0",
    "react-html-email": "3.0.0",
    "csstype": "^2.4.2"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "lib"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [],
    "all": true
  }
}
