@unhook/cli
Version:
A CLI tool for testing webhooks locally with team collaboration features.
126 lines (125 loc) • 3.08 kB
JSON
{
"author": "Unhook Team (https://github.com/unhook-sh)",
"bin": {
"unhook": "./bin/cli.js"
},
"bugs": {
"url": "https://github.com/unhook-sh/unhook/issues"
},
"dependencies": {
"@clerk/backend": "2.17.2",
"@clerk/clerk-js": "5.99.0",
"@clerk/express": "1.7.37",
"@clerk/types": "4.92.0",
"@t3-oss/env-core": "0.13.8",
"@unhook/client": "0.6.2",
"chalk": "5.6.2",
"cli-highlight": "2.1.11",
"cli-spinners": "3.3.0",
"clipboardy": "5.0.0",
"date-fns": "4.1.0",
"dedent-js": "1.0.1",
"drizzle-orm": "0.44.6",
"figlet": "1.9.3",
"figures": "6.1.0",
"ink": "6.3.1",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.2",
"keytar": "7.9.0",
"meow": "14.0.0",
"open": "10.2.0",
"posthog-js": "1.274.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-error-boundary": "6.0.0",
"react-reconciler": "0.33.0",
"type-fest": "5.0.1",
"undici": "7.16.0",
"yargs": "18.0.0",
"zod": "4.1.12",
"zustand": "5.0.8",
"zx": "8.8.4"
},
"description": "A CLI tool for testing webhooks locally with team collaboration features.",
"devDependencies": {
"@happy-dom/global-registrator": "19.0.2",
"@playwright/test": "1.56.0",
"@types/bun": "1.2.23",
"@types/figlet": "1.7.0",
"@types/js-yaml": "4.0.9",
"@types/jsonwebtoken": "9.0.10",
"@types/react": "19.2.2",
"@types/react-devtools": "3.6.2",
"@types/react-dom": "19.2.1",
"@types/ws": "8.18.1",
"@types/yargs": "17.0.33",
"ink-testing-library": "4.0.0",
"is-ci": "4.1.0",
"react-devtools": "7.0.0",
"react-devtools-core": "7.0.0",
"tsup": "8.5.0",
"typescript": "5.9.3",
"ws": "8.18.3"
},
"engines": {
"node": ">=18.0.0"
},
"exports": {
".": "./src/exports.ts"
},
"files": [
"bin/**/*",
"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",
"ngrok",
"svix"
],
"license": "MIT",
"name": "@unhook/cli",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "apps/cli",
"type": "git",
"url": "git+https://github.com/unhook-sh/unhook.git"
},
"scripts": {
"build": "tsup",
"clean": "git clean -xdf .turbo node_modules dist bin/cli.js",
"dev": "tsup --watch",
"prepublishOnly": "bun run typecheck && bun run build && prepare-publish",
"start": "bun bin/cli.js",
"start:debug": "DEBUG=* bun bin/cli.js",
"test": "bun test",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"trustedDependencies": [
"@clerk/shared",
"browser-tabs-lock",
"core-js",
"keytar"
],
"type": "module",
"version": "0.14.2"
}