UNPKG

@promptbook/core

Version:

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

104 lines (103 loc) 2.72 kB
{ "name": "@promptbook/core", "version": "0.103.0-2", "description": "Promptbook: Turn your company's scattered knowledge into AI ready books", "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", "content-generation", "conversational-ai", "cross-platform", "cross-provider", "developer-tools", "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", "task-automation", "template", "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": ">=16.0.0", "npm": ">=8.0.0" }, "main": "./umd/index.umd.js", "module": "./esm/index.es.js", "typings": "./esm/typings/src/_packages/core.index.d.ts", "dependencies": { "colors": "1.4.0", "crypto": "1.0.1", "crypto-js": "4.2.0", "moment": "2.30.1", "papaparse": "5.4.1", "rxjs": "7.8.1", "spacetrim": "0.11.59", "waitasecond": "1.11.83" } }