ggs-cron/package.json

25 lines
498 B
JSON
Raw Normal View History

2025-08-06 16:01:57 +07:00
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
2025-08-11 13:51:21 +07:00
"start": "node ./bin/www"
2025-08-06 16:01:57 +07:00
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.4.7",
"express": "~4.16.1",
"googleapis": "^148.0.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"node-cron": "^3.0.3",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
2025-08-11 12:41:28 +07:00
},
"devDependencies": {
"esbuild": "^0.25.8"
2025-08-06 16:01:57 +07:00
}
}