File size: 763 Bytes
a8b3f00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "dify-client",
  "version": "2.3.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",
  "types":"index.d.ts",
  "keywords": [
    "Dify",
    "Dify.AI",
    "LLM"
  ],
  "author": "Joel",
  "contributors": [
    "<crazywoola> <<427733928@qq.com>> (https://github.com/crazywoola)"
  ],
  "license": "MIT",
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "transform": {
      "^.+\\.[t|j]sx?$": "babel-jest"
    }
  },
  "dependencies": {
    "axios": "^1.3.5"
  },
  "devDependencies": {
    "@babel/core": "^7.21.8",
    "@babel/preset-env": "^7.21.5",
    "babel-jest": "^29.5.0",
    "jest": "^29.5.0"
  }
}