{
    "name": "@promptbook/langtail",
    "version": "0.75.6",
    "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
    "--note-0": "    <- [🐊]",
    "private": false,
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/webgptorg/promptbook"
    },
    "contributors": [
        "Pavol Hejný <me@pavolhejny.com> (https://www.pavolhejny.com/)"
    ],
    "--todo-0": "TODO: [❇️] Make better list of keywords",
    "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",
        "LLMOps"
    ],
    "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/langtail.index.d.ts",
    "peerDependencies": {
        "@promptbook/core": "0.75.6"
    },
    "dependencies": {
        "colors": "1.4.0",
        "openai": "4.63.0",
        "spacetrim": "0.11.59"
    }
}
