{
  "name": "@golevelup/nestjs-webhooks",
  "version": "2.0.0",
  "description": "Badass utilities for integrating webhooks and NestJS",
  "author": "Jesse Carter <jesse.r.carter@gmail.com>",
  "homepage": "https://github.com/golevelup/nestjs#readme",
  "license": "MIT",
  "keywords": [
    "NestJS",
    "typescript",
    "webhook",
    "github",
    "stripe",
    "slack"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/golevelup/nestjs.git"
  },
  "bugs": {
    "url": "https://github.com/golevelup/nestjs/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "body-parser": "^2.2.0"
  },
  "gitHead": "6f97aab8ce9d65dc074750a3ee467ec5ff3b9908",
  "scripts": {
    "copy-readme": "cp ../../docs/webhooks.md ./README.md",
    "build": "tsc --build tsconfig.build.json",
    "build:watch": "tsc --build tsconfig.build.json --watch",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}