UNPKG

@unhook/client

Version:
84 lines (83 loc) 2.13 kB
{ "author": "Unhook Team (https://github.com/unhook-sh)", "bugs": { "url": "https://github.com/unhook-sh/unhook/issues" }, "dependencies": { "@supabase/supabase-js": "2.50.0", "@t3-oss/env-core": "0.13.6", "@vercel/kv": "3.0.0", "debug": "4.4.1", "drizzle-orm": "0.44.2", "find-up": "7.0.0", "undici": "7.10.0", "yaml": "2.8.0", "zod": "3.25.56" }, "devDependencies": { "@types/debug": "4.1.12", "typescript": "5.8.3" }, "exports": { ".": { "default": "./src/index.ts", "types": "./dist/index.d.ts" }, "./config": { "default": "./src/config.ts", "types": "./dist/config.d.ts" }, "./utils/headers": { "default": "./src/utils/headers.ts", "types": "./dist/utils/headers.d.ts" }, "./utils/delivery": { "default": "./src/utils/delivery.ts", "types": "./dist/utils/delivery.d.ts" }, "./utils/extract-event-name": { "default": "./src/utils/extract-event-name.ts", "types": "./dist/utils/extract-event-name.d.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": "rm -rf .turbo node_modules dist", "dev": "tsc --watch", "prepublishOnly": "bun typecheck && bun run build && prepare-publish", "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "type": "module", "version": "0.4.3" }