first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "xiaoshuo-backend",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "node-dev ./bin/www"
},
"dependencies": {
"md5": "^2.2.1",
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-load-router": "^2.1.4",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"yn-mysql-utils": "^1.0.4"
}
}