add(server.tests.test4): 新增实验四

This commit is contained in:
2025-11-11 11:15:58 +08:00
parent e1b9501bbe
commit d15d2def0c
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "test4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"dependencies": {
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-jsonp": "^0.1.0"
}
}