update webs docs

This commit is contained in:
lzx
2025-04-21 11:41:18 +08:00
parent e4be66c067
commit 693f2ad1f5
7 changed files with 1678 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"express-jwt": "^8.5.1",
"jsonwebtoken": "^9.0.2"
}
}