{
  "name": "@anchan828/nest-sendgrid",
  "version": "0.3.16",
  "description": "SendGrid module for Nest framework (node.js)",
  "author": "anchan828 <anchan828@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "rm -rf dist && npm run build && rm -f dist/*.tsbuildinfo && npm run copy:license",
    "copy:license": "cp ../../LICENSE ./",
    "build": "node ../../node_modules/typescript/bin/tsc -p tsconfig.build.json",
    "lint": "node ../../node_modules/eslint/bin/eslint --ignore-path ../../.eslintignore '**/*.ts'",
    "lint:fix": "npm run lint -- --fix",
    "watch": "node ../../node_modules/typescript/bin/tsc --watch",
    "test": "node ../../node_modules/jest/bin/jest --coverage",
    "test:watch": "npm run test -- --watch"
  },
  "dependencies": {
    "@sendgrid/mail": "7.2.2",
    "deepmerge": "4.2.2",
    "reflect-metadata": "0.1.13"
  },
  "devDependencies": {
    "@nestjs/common": "7.4.2",
    "@nestjs/core": "7.4.2",
    "@nestjs/testing": "7.4.2",
    "@types/deepmerge": "2.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anchan828/nest-sendgrid.git"
  },
  "bugs": {
    "url": "https://github.com/anchan828/nest-sendgrid/issues"
  },
  "homepage": "https://github.com/anchan828/nest-sendgrid/tree/master/packages/sendgrid#readme",
  "gitHead": "b52fa63c007b957bf37d6ea0f16e90b45001de71"
}
