dify/sdks/nodejs-client/package.json

16 lines
381 B
JSON

{
"name": "langgenius-client",
"version": "1.1.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"
}
}