UNPKG

claude-notify

Version:

Transparent wrapper for Claude CLI that sends Slack notifications when Claude is waiting for input

34 lines (33 loc) 775 B
{ "name": "claude-notify", "version": "1.0.3", "description": "Transparent wrapper for Claude CLI that sends Slack notifications when Claude is waiting for input", "bin": { "claude-notify": "./bin/claude-notify.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "claude", "cli", "notifications", "slack", "productivity" ], "author": "Dallon Asnes <dallon.asnes@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dallonasnes/claude-notify.git" }, "dependencies": { "@anthropic-ai/claude-code": "^1.0.22", "axios": "^1.6.2", "commander": "^14.0.0", "node-pty": "^1.0.0" }, "engines": { "node": ">=14.0.0" } }