{
  "name": "@squareboat/nest-eyewitness",
  "version": "1.0.1",
  "description": "A simple easy-to-use package to receive error reports directly to your inbox whenever any exception is witnessed 👀 in your NestJS application.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "nestjs-error",
    "nestjs-exception",
    "nestjs-exception-filters",
    "nestjs-exception-reporting",
    "nestjs-error-reporting"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/squareboat/nest-eyewitness.git"
  },
  "bugs": {
    "url": "https://github.com/squareboat/nest-eyewitness/issues"
  },
  "homepage": "https://github.com/squareboat/nest-eyewitness",
  "author": "Vinayak Sarawagi <vinayaksarawagi25@gmail.com>",
  "private": false,
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
    "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch"
  },
  "devDependencies": {
    "@nestjs/common": "^7.4.2",
    "@nestjs/core": "^7.4.2",
    "@types/node": "^14.0.27",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@squareboat/nest-mailman": "^0.1.0",
    "query-string": "^6.13.1"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.7.0 || ^7.0.0",
    "@nestjs/core": "^6.7.0 || ^7.0.0"
  }
}
