{
  "name": "@kontent-ai/webhook-helper",
  "version": "4.1.0",
  "description": "This utility helps with webhook notifications from Kontent.ai",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/kontent-ai/webhook-helper-js"
  },
  "author": "richard sustek",
  "engines": {
    "node": ">= 20"
  },
  "main": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "directories": {},
  "keywords": [
    "Kontent.ai",
    "Kontent",
    "Kontent Webhook"
  ],
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@kontent-ai/biome-config": "^0.5.1",
    "@kontent-ai/eslint-config": "^2.4.1",
    "@types/node": "^24.12.2",
    "@typescript-eslint/eslint-plugin": "^8.59.0",
    "@typescript-eslint/parser": "^8.59.0",
    "eslint": "^9.39.4",
    "typescript": "^5.9.3",
    "vite": "^7.3.2",
    "vitest": "^4.1.5"
  },
  "dependencies": {
    "zod": "^4.3.6",
    "zod-validation-error": "^5.0.0"
  },
  "scripts": {
    "test": "vitest run",
    "test:typecheck": "tsc --noEmit -p tsconfig.test.json",
    "build": "tsc -m esnext --outDir dist --p tsconfig.prod.json",
    "lint": "eslint .",
    "biome": "biome format --write lib",
    "biome:check": "biome check lib"
  }
}