{ "name": "droid2api", "version": "1.3.7", "description": "OpenAI Compatible API Proxy", "main": "server.js", "type": "module", "scripts": { "start": "node server.js", "dev": "node server.js", "test": "node --test" }, "keywords": [ "openai", "api", "proxy" ], "author": "", "license": "MIT", "dependencies": { "express": "^4.18.2", "https-proxy-agent": "^7.0.2", "node-fetch": "^3.3.2", "aliyun-log": "github:aliyun/aliyun-log-nodejs-sdk" } }