feat(server.tests.test6): 新增 nodejs 实验 6
This commit is contained in:
19
Server/tests/test6/package.json
Normal file
19
Server/tests/test6/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user