dify-client-plus-node
Version:
This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.
48 lines • 1.08 kB
JSON
{
"name": "dify-client-plus-node",
"version": "1.0.8",
"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": "./dist/index.js",
"module": "./index.js",
"types": "index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/marsDes/dify-client-plus"
},
"keywords": [
"Dify",
"Dify.AI",
"LLM"
],
"author": "Mars",
"contributors": [
"<Mars> <<3586649@qq.com>> (https://github.com/marsDes)"
],
"license": "MIT",
"scripts": {
"build": "babel index.js -d dist",
"prepare": "npm run build",
"test": "jest"
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
}
},
"dependencies": {
"axios": "^1.7.9"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
}
}