{
    "name": "@promptbook/utils",
    "version": "0.69.5",
    "description": "Build responsible, controlled and transparent applications on top of LLM models!",
    "private": false,
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/webgptorg/promptbook"
    },
    "contributors": [
        "Pavol Hejný <me@pavolhejny.com> (https://www.pavolhejny.com/)"
    ],
    "keywords": [
        "ai",
        "llm",
        "prompt",
        "template",
        "language-model",
        "chatgpt",
        "autogpt",
        "machine-learning",
        "natural-language-processing",
        "nlp",
        "openai",
        "gpt-3",
        "gpt-4",
        "gpt-4o",
        "gpt-4o-mini",
        "o1",
        "o1-mini",
        "o1-preview",
        "anthropic"
    ],
    "license": "CC-BY-4.0",
    "bugs": {
        "url": "https://github.com/webgptorg/promptbook/issues"
    },
    "homepage": "https://www.npmjs.com/package/@promptbook/core",
    "funding": [
        {
            "type": "individual",
            "url": "https://buymeacoffee.com/hejny"
        },
        {
            "type": "github",
            "url": "https://github.com/webgptorg/promptbook/blob/main/README.md#%EF%B8%8F-contributing"
        }
    ],
    "main": "./umd/index.umd.js",
    "module": "./esm/index.es.js",
    "typings": "./esm/typings/src/_packages/utils.index.d.ts",
    "dependencies": {
        "spacetrim": "0.11.59"
    }
}
