{
    "name": "node-red-node-alibaba-llms",
    "version": "0.0.2",
    "description": "Use with Alibaba Cloud Model Studio",
    "license": "",
    "main": "none",
    "keywords": [
        "node-red",
        "alibaba cloud",
        "model studio"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
        "marked": "^15.0.12",
        "openai": "^5.1.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/D-Robotics/node-red-rdk-nodes/tree/master/alibaba_llms"
    },
    "node-red": {
        "version": ">=3.1.3",
        "nodes": {
            "alibaba-llm-qwen": "src/qwen/llm-qwen.js",
            "alibaba-llm-qwenvision": "src/qwenvision/llm-qwenvision.js"
        }
    },
    "author": "WYP",
    "bugs": {
        "url": ""
    },
    "homepage": "",
    "directories": {
        "lib": "lib"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    }
}
