{
    "name": "vibeauryon",
    "version": "2.7.28",
    "description": "AI agent OS for vibe coders — MCP server for Claude, Cursor, Windsurf & Lovable. Security audits, SEO, performance, design tokens, copywriting and 76+ dev tools in one CLI.",
    "homepage": "https://vibecodings.com.br",
    "author": "VibeCodes <contato@vibecodings.com.br> (https://vibecodings.com.br)",
    "keywords": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "claude",
        "claude-code",
        "cursor",
        "windsurf",
        "lovable",
        "cline",
        "ai-agent",
        "ai-tools",
        "llm",
        "llm-tools",
        "code-agent",
        "coding-assistant",
        "vibe-coding",
        "vibecoding",
        "vibe-coder",
        "vibecodes",
        "vibeauryon",
        "security-audit",
        "seo-audit",
        "performance-audit",
        "developer-tools",
        "devtools",
        "cli",
        "audit",
        "automation",
        "typescript",
        "nextjs",
        "react",
        "supabase",
        "openai",
        "anthropic",
        "security",
        "seo",
        "performance",
        "design-tokens",
        "copywriting",
        "personas",
        "missions",
        "workflow"
    ],
    "main": "dist/index.js",
    "bin": {
        "vibeauryon": "dist/index.js",
        "auryon": "dist/index.js",
        "vibecipher": "dist/index.js",
        "cipher": "dist/index.js",
        "vibesynthex": "dist/index.js",
        "synthex": "dist/index.js"
    },
    "scripts": {
        "build": "tsc",
        "dev": "tsc -w",
        "start": "node dist/index.js",
        "vibe:shield:setup": "mkdir -p ~/.vibeauryon/bin && ln -sf $(pwd)/dist/index.js ~/.vibeauryon/bin/mcp && echo '✅ [VIBESHIELD] Stable binary link created at ~/.vibeauryon/bin/mcp'"
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE",
        "package.json"
    ],
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@clack/prompts": "^0.9.1",
        "@modelcontextprotocol/sdk": "^1.5.0",
        "@supabase/supabase-js": "^2.98.0",
        "@types/fs-extra": "^11.0.4",
        "commander": "^13.1.0",
        "fs-extra": "^11.3.4",
        "picocolors": "^1.1.1"
    },
    "devDependencies": {
        "@types/node": "^22.13.5",
        "typescript": "^5.7.3"
    }
}
