Files
statistics/package.json
2024-11-25 00:31:05 +08:00

18 lines
315 B
JSON

{
"name": "statistics",
"version": "1.0.0",
"description": "统计",
"type": "module",
"main": "main.js",
"scripts": {
"start": "node server.js"
},
"author": "satori",
"license": "GPL-3.0-only",
"dependencies": {
"express": "^4.21.1",
"mysql2": "^3.11.4",
"tail": "^2.2.6"
}
}