{
    "name": "samarthya-bot",
    "version": "2.3.2",
    "description": "SamarthyaBot — Privacy-First Local Agentic AI Operating System. Self-hosted multi-agent RPA engine with Telegram, Discord, Web Dashboard, Puppeteer browser control, SSH deployment, encrypted memory, voice transcription, and Indian workflow automation (GST, UPI, IRCTC). Supports Gemini, Claude, GPT, Ollama, DeepSeek, Qwen, OpenRouter. Made in India.",
    "main": "backend/server.js",
    "bin": {
        "samarthya": "backend/bin/samarthya.js",
        "samarthyabot": "backend/bin/samarthya.js"
    },
    "scripts": {
        "start": "node backend/server.js"
    },
    "files": [
        "backend/",
        "worker/",
        "package.json",
        "README.md",
        "LICENSE",
        "CHANGELOG.md"
    ],
    "dependencies": {
        "@google/genai": "^1.43.0",
        "bcryptjs": "^3.0.3",
        "cors": "^2.8.6",
        "dotenv": "^17.3.1",
        "express": "^5.2.1",
        "helmet": "^8.1.0",
        "jsonwebtoken": "^9.0.3",
        "mongoose": "^9.2.3",
        "morgan": "^1.10.1",
        "node-cron": "^4.2.1",
        "node-crypto": "^1.0.0",
        "node-os-utils": "^2.0.1",
        "nodemailer": "^8.0.1",
        "os-utils": "^0.0.14",
        "puppeteer-core": "^24.37.5",
        "screenshot-desktop": "^1.15.3",
        "socket.io": "^4.8.3",
        "ssh2": "^1.17.0",
        "uuid": "^13.0.0"
    },
    "keywords": [
        "ai",
        "ai-agent",
        "agent",
        "artificial-intelligence",
        "machine-learning",
        "llm",
        "large-language-model",
        "gpt",
        "gemini",
        "claude",
        "ollama",
        "deepseek",
        "openrouter",
        "qwen",
        "chatbot",
        "chatgpt",
        "telegram-bot",
        "discord-bot",
        "whatsapp-bot",
        "rpa",
        "robotic-process-automation",
        "automation",
        "browser-automation",
        "puppeteer",
        "web-scraping",
        "ssh",
        "deployment",
        "devops",
        "cli",
        "command-line",
        "terminal",
        "nodejs",
        "node",
        "react",
        "mongodb",
        "express",
        "mern",
        "self-hosted",
        "privacy",
        "privacy-first",
        "local-ai",
        "offline-ai",
        "personal-assistant",
        "virtual-assistant",
        "ai-assistant",
        "indian",
        "india",
        "hindi",
        "hinglish",
        "gst",
        "upi",
        "irctc",
        "multi-agent",
        "autonomous",
        "agentic",
        "agentic-os",
        "operating-system",
        "workspace",
        "sandbox",
        "encrypted",
        "encrypted-memory",
        "aes-256",
        "voice",
        "whisper",
        "speech-to-text",
        "plugin",
        "extensible",
        "plugin-system",
        "open-source",
        "samarthya",
        "samarthyabot",
        "code-generation",
        "code-assistant",
        "developer-tools",
        "productivity",
        "workflow-automation",
        "task-automation",
        "email-automation",
        "nodemailer",
        "cron",
        "heartbeat",
        "background-tasks",
        "socket-io",
        "realtime",
        "dashboard",
        "web-dashboard",
        "admin-panel",
        "react-dashboard",
        "made-in-india"
    ],
    "author": {
        "name": "Bishnu Prasad Sahu",
        "url": "https://github.com/mebishnusahu0595"
    },
    "license": "MIT",
    "homepage": "https://github.com/mebishnusahu0595/SamarthyaBot#readme",
    "bugs": {
        "url": "https://github.com/mebishnusahu0595/SamarthyaBot/issues"
    },
    "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/mebishnusahu0595"
    },
    "engines": {
        "node": ">=20.0.0"
    },
    "os": [
        "linux",
        "darwin",
        "win32"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mebishnusahu0595/SamarthyaBot.git"
    }
}
