{ "name": "nofax", "version": "0.2.1", "mcpName": "io.github.AKzar1el/nofax", "description": "Human-in-the-loop approvals and notifications for AI coding agents via CLI, MCP, and agent hooks.", "type": "module", "bin": { "nofax": "./bin/nofax.mjs" }, "exports": { ".": "./src/index.mjs", "./mcp": "./src/mcp-server.mjs" }, "files": [ "bin/", "src/", "README.md", "LICENSE", "SECURITY.md" ], "scripts": { "test": "node --test test/*.test.mjs", "check": "node --check bin/nofax.mjs && node --check src/cli.mjs && node --check src/config.mjs && node --check src/protocol.mjs && node --check src/ntfy.mjs && node --check src/requests.mjs && node --check src/mcp-tools.mjs && node --check src/mcp-server.mjs && node --check src/adapters/claude.mjs && node --check src/adapters/codex.mjs && node --check src/adapters/gemini.mjs" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/server": "2.0.0", "zod": "4.4.3" }, "keywords": [ "ai-agent", "approval", "claude-code", "codex", "gemini-cli", "human-in-the-loop", "mcp", "model-context-protocol", "ntfy", "notifications", "remote", "developer-tools" ], "license": "MIT", "author": "Tomi Ĺ eregi", "repository": { "type": "git", "url": "git+https://github.com/AKzar1el/nofax.git" }, "homepage": "https://github.com/AKzar1el/nofax#readme", "bugs": { "url": "https://github.com/AKzar1el/nofax/issues" } }