Files
statistics/package.json
2024-11-23 18:28:23 +08:00

17 lines
318 B
JSON

{
"name": "statistics",
"version": "1.0.0",
"description": "统计",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "satori",
"license": "GPL-3.0-only",
"dependencies": {
"express": "^4.21.1",
"tail": "^2.2.6"
}
}