17 lines
318 B
JSON
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"
|
|
}
|
|
}
|