Files
droid2api/package.json
2025-12-27 15:07:54 +08:00

26 lines
509 B
JSON

{
"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"
}
}