{
    "name": "@promptbook/remote-client",
    "version": "0.112.0-73",
    "description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
    "private": false,
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/webgptorg/promptbook.git"
    },
    "author": "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
    "contributors": [
        "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
        "Jiří Jahn <jiri@ptbk.io> (https://www.ptbk.io/)"
    ],
    "keywords": [
        "ai",
        "ai-agents",
        "ai-application-framework",
        "ai-assistant",
        "ai-automation",
        "ai-development",
        "ai-framework",
        "ai-ops",
        "ai-orchestration",
        "ai-pipeline",
        "ai-platform",
        "ai-scripting",
        "ai-sdk",
        "ai-workflow",
        "api-integration",
        "automation",
        "automation-framework",
        "book-language",
        "browser",
        "chatbot",
        "cli",
        "cli-tool",
        "cloud",
        "command-line",
        "content-generation",
        "conversational-ai",
        "cross-platform",
        "cross-provider",
        "developer-tools",
        "distributed",
        "embeddings",
        "function-calling",
        "generative-ai",
        "human-readable",
        "javascript",
        "knowledge-base",
        "language-model",
        "large-language-models",
        "llm",
        "llmops",
        "machine-learning",
        "markdown-dsl",
        "mlops",
        "model-agnostic",
        "multi-model",
        "multimodal",
        "natural-language",
        "natural-language-processing",
        "nlp",
        "nodejs",
        "orchestration",
        "pipeline",
        "plain-english",
        "prompt",
        "prompt-chaining",
        "prompt-engineering",
        "prompt-management",
        "prompt-template",
        "rag",
        "reasoning",
        "remote-execution",
        "server",
        "task-automation",
        "template",
        "terminal",
        "text-generation",
        "text-processing",
        "typescript",
        "unified-interface",
        "vendor-agnostic",
        "workflow",
        "workflow-engine"
    ],
    "license": "BUSL-1.1",
    "bugs": {
        "url": "https://github.com/webgptorg/promptbook/issues"
    },
    "homepage": "https://ptbk.io/",
    "engines": {
        "node": ">=18.18.0",
        "npm": ">=8.0.0"
    },
    "overrides": {
        "zod": "$zod"
    },
    "main": "./umd/index.umd.js",
    "module": "./esm/index.es.js",
    "types": "./esm/src/_packages/remote-client.index.d.ts",
    "typings": "./esm/src/_packages/remote-client.index.d.ts",
    "peerDependencies": {
        "@promptbook/core": "0.112.0-73"
    },
    "dependencies": {
        "crypto": "1.0.1",
        "crypto-js": "4.2.0",
        "papaparse": "5.4.1",
        "socket.io-client": "4.7.5",
        "spacetrim": "0.11.60"
    }
}
