feat(server.tests.test6): 新增 nodejs 实验 6

This commit is contained in:
2025-11-25 11:21:14 +08:00
parent 6a08063952
commit 65d3c97e60
4 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "test6",
"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.1",
"express": "^5.1.0",
"express-session": "^1.18.2",
"jsonwebtoken": "^9.0.2"
}
}