dify-client-att
Version:
A Node.js SDK for the Dify.AI API with audio to text support
36 lines • 777 B
JSON
{
"name": "dify-client-att",
"version": "1.0.0",
"description": "A Node.js SDK for the Dify.AI API with audio to text support",
"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)",
"<amit> <<amit@pulpdata.com.au>> (https://github.com/gaurav0651)"
],
"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"
}
}