服务器配置文件

main
Zhuang 1 month ago
parent 68d2bceac8
commit 30b246c5a1

@ -0,0 +1,21 @@
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"chai": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.21.0",
"http-proxy-middleware": "^3.0.3",
"mocha": "^10.7.3"
}
}
Loading…
Cancel
Save