UNPKG

@unhook/cli

Version:

A CLI tool for testing webhooks locally with team collaboration features.

126 lines (125 loc) 3.08 kB
{ "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.29.0", "@clerk/clerk-js": "5.117.0", "@clerk/express": "1.7.60", "@clerk/types": "4.101.9", "@t3-oss/env-core": "0.13.10", "@unhook/client": "0.6.9", "chalk": "5.6.2", "cli-highlight": "2.1.11", "cli-spinners": "3.3.0", "clipboardy": "5.0.2", "date-fns": "4.1.0", "dedent-js": "1.0.1", "drizzle-orm": "0.45.1", "figlet": "1.9.4", "figures": "6.1.0", "ink": "6.6.0", "js-yaml": "4.1.1", "jsonwebtoken": "9.0.3", "keytar": "7.9.0", "meow": "14.0.0", "open": "11.0.0", "posthog-js": "1.313.0", "react": "19.2.3", "react-dom": "19.2.3", "react-error-boundary": "6.0.1", "react-reconciler": "0.33.0", "type-fest": "5.3.1", "undici": "7.16.0", "yargs": "18.0.0", "zod": "4.3.4", "zustand": "5.0.9", "zx": "8.8.5" }, "description": "A CLI tool for testing webhooks locally with team collaboration features.", "devDependencies": { "@happy-dom/global-registrator": "20.0.11", "@playwright/test": "1.57.0", "@types/bun": "1.3.5", "@types/figlet": "1.7.0", "@types/js-yaml": "4.0.9", "@types/jsonwebtoken": "9.0.10", "@types/react": "19.2.7", "@types/react-devtools": "3.6.2", "@types/react-dom": "19.2.3", "@types/ws": "8.18.1", "@types/yargs": "17.0.35", "ink-testing-library": "4.0.0", "is-ci": "4.1.0", "react-devtools": "7.0.1", "react-devtools-core": "7.0.1", "tsup": "8.5.1", "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.9" }