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": "tujigu",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node-dev ./bin/www",
"build": "pm2 start ./bin/www --name mt --watch -i max"
},
"dependencies": {
"axios": "^0.21.0",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"hydrogen-js-sdk": "^2.2.4",
"image-size": "^0.9.3",
"morgan": "~1.9.1",
"qs": "^6.9.4"
}
}