Initial commit
This commit is contained in:
20
sdks/nodejs-client/package.json
Normal file
20
sdks/nodejs-client/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "dify-client",
|
||||
"version": "1.0.2",
|
||||
"description": "This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"Dify",
|
||||
"Dify.AI",
|
||||
"LLM"
|
||||
],
|
||||
"author": "Joel",
|
||||
"contributors": [
|
||||
"<crazywoola> <<427733928@qq.com>> (https://github.com/crazywoola)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user