package.json 475 B

1234567891011121314151617181920
  1. {
  2. "name": "dify-client",
  3. "version": "1.0.2",
  4. "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.",
  5. "main": "index.js",
  6. "type": "module",
  7. "keywords": [
  8. "Dify",
  9. "Dify.AI",
  10. "LLM"
  11. ],
  12. "author": "Joel",
  13. "contributors": [
  14. "<crazywoola> <<427733928@qq.com>> (https://github.com/crazywoola)"
  15. ],
  16. "license": "MIT",
  17. "dependencies": {
  18. "axios": "^1.3.5"
  19. }
  20. }