first commit

This commit is contained in:
RISE
2026-05-21 10:28:29 +08:00
commit 5d3b2477c7
1159 changed files with 152655 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "weapp-backend",
"version": "1.0.0",
"description": "周公解梦 - 后端服务",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"dependencies": {
"axios": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"sharp": "^0.33.1",
"uuid": "^9.0.0",
"ws": "^8.16.0"
}
}