Files
youchat_proxy/package.json
T
2024-04-08 02:00:45 +08:00

18 lines
331 B
JSON

{
"name": "youchat-proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"express": "^4.19.2",
"form-data": "^4.0.0",
"uuid": "^9.0.1"
}
}