{
    "name": "@cherrystudio/embedjs-utils",
    "version": "0.1.34",
    "description": "Useful util functions when extending the embedjs ecosystem",
    "dependencies": {
        "@cherrystudio/embedjs-interfaces": "0.1.34"
    },
    "type": "module",
    "main": "./src/index.js",
    "typings": "./src/index.d.ts",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "keywords": [
        "llm",
        "ai",
        "gpt3",
        "chain",
        "prompt",
        "prompt engineering",
        "chatgpt",
        "machine learning",
        "ml",
        "anthropic",
        "embeddings",
        "vectorstores"
    ],
    "author": "K V Adhityan",
    "bugs": {
        "url": "https://github.com/CherryHQ/embed-js/issues"
    },
    "homepage": "https://github.com/CherryHQ/embed-js#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/CherryHQ/embed-js.git"
    },
    "types": "./src/index.d.ts",
    "module": "./src/index.js"
}
