@unhook/client
Version:
<div align="center">
74 lines (73 loc) • 1.87 kB
JSON
{
"author": "Unhook Team (https://github.com/unhook-sh)",
"bugs": {
"url": "https://github.com/unhook-sh/unhook/issues"
},
"dependencies": {
"@supabase/supabase-js": "2.53.0",
"@t3-oss/env-core": "0.13.8",
"@vercel/kv": "3.0.0",
"debug": "4.4.1",
"drizzle-orm": "0.44.4",
"find-up": "7.0.0",
"undici": "7.13.0",
"yaml": "2.8.0",
"zod": "3.25.76"
},
"devDependencies": {
"@types/debug": "4.1.12",
"typescript": "5.9.2"
},
"exports": {
".": "./src/index.ts",
"./config": "./src/config.ts",
"./utils/delivery": "./src/utils/delivery.ts",
"./utils/extract-body": "./src/utils/extract-body.ts",
"./utils/extract-event-name": "./src/utils/extract-event-name.ts",
"./utils/headers": "./src/utils/headers.ts"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/unhook-sh/unhook#readme",
"keywords": [
"webhook",
"development",
"testing",
"cli",
"webhook",
"local-development",
"webhook-testing",
"webhook-development",
"team-collaboration",
"real-time",
"monitoring",
"debugging",
"stripe-webhooks",
"github-webhooks",
"slack-webhooks",
"clerk-webhooks"
],
"license": "MIT",
"name": "@unhook/client",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/client",
"type": "git",
"url": "git+https://github.com/unhook-sh/unhook.git"
},
"scripts": {
"build": "bun build ./src/bundle.ts --outdir ./dist --target node --format esm",
"clean": "git clean -xdf .turbo node_modules dist",
"dev": "tsc --watch",
"prepublishOnly": "bun typecheck && bun run build && prepare-publish",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"type": "module",
"version": "0.5.22"
}