{ "name": "dify2openai", "version": "1.0.0", "description": "turn dify api into openai", "main": "app.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js" }, "keywords": [], "author": "fatwang2", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", "dotenv": "^16.3.1", "express": "^4.18.2", "node-fetch": "^3.3.2" } }