{
    "name": "@promptbook/wizard",
    "version": "0.100.0-28",
    "description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
    "private": false,
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/webgptorg/promptbook"
    },
    "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-framework",
        "book-language",
        "browser",
        "chatbot",
        "configuration",
        "content-generation",
        "conversational-ai",
        "cross-platform",
        "cross-provider",
        "developer-tools",
        "embeddings",
        "function-calling",
        "generative-ai",
        "getting-started",
        "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",
        "setup",
        "task-automation",
        "template",
        "text-generation",
        "text-processing",
        "typescript",
        "unified-interface",
        "vendor-agnostic",
        "wizard",
        "workflow",
        "workflow-engine"
    ],
    "license": "BUSL-1.1",
    "bugs": {
        "url": "https://github.com/webgptorg/promptbook/issues"
    },
    "homepage": "https://ptbk.io/",
    "engines": {
        "node": ">=16.0.0",
        "npm": ">=8.0.0"
    },
    "main": "./umd/index.umd.js",
    "module": "./esm/index.es.js",
    "typings": "./esm/typings/src/_packages/wizard.index.d.ts",
    "peerDependencies": {
        "@promptbook/core": "0.100.0-28"
    },
    "dependencies": {
        "@ai-sdk/deepseek": "0.1.6",
        "@ai-sdk/google": "1.0.5",
        "@anthropic-ai/sdk": "0.26.1",
        "@azure/openai": "1.0.0-beta.12",
        "@mozilla/readability": "0.6.0",
        "bottleneck": "^2.19.5",
        "colors": "1.4.0",
        "crypto": "1.0.1",
        "crypto-js": "4.2.0",
        "dotenv": "16.3.1",
        "jsdom": "25.0.1",
        "jszip": "3.10.1",
        "markitdown-ts": "0.0.4",
        "openai": "4.63.0",
        "papaparse": "5.4.1",
        "prettier": "2.8.1",
        "rxjs": "7.8.1",
        "showdown": "2.1.0",
        "socket.io-client": "4.7.2",
        "spacetrim": "0.11.59",
        "type-fest": "4.5.0",
        "userhome": "1.0.1",
        "waitasecond": "1.11.83"
    }
}
