mirror of https://github.com/langgenius/dify.git
16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"name": "langgenius-client",
|
|
"version": "1.0.1",
|
|
"description": "This is the Node.js SDK for the LangGenius API, which allows you to easily integrate LangGenius into your Node.js applications.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"LangGenius",
|
|
"LLM"
|
|
],
|
|
"author": "Joel",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.3.5"
|
|
}
|
|
} |