UNPKG

@promptbook/browser

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

107 lines (106 loc) 2.79 kB
{ "name": "@promptbook/browser", "version": "0.104.0-16", "description": "Promptbook: Turn your company's scattered knowledge into AI ready books", "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-framework", "book-language", "browser", "chatbot", "client-side", "content-generation", "conversational-ai", "cross-platform", "cross-provider", "developer-tools", "embeddings", "frontend", "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", "task-automation", "template", "text-generation", "text-processing", "typescript", "unified-interface", "vendor-agnostic", "web", "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" }, "main": "./umd/index.umd.js", "module": "./esm/index.es.js", "typings": "./esm/typings/src/_packages/browser.index.d.ts", "peerDependencies": { "@promptbook/core": "0.104.0-16" }, "dependencies": { "crypto": "1.0.1", "crypto-js": "4.2.0", "destroyable": "0.12.141", "spacetrim": "0.11.60", "type-fest": "4.5.0" } }