You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/sdks/nodejs-client/package.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"
}
}