generated from container/tmpl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
503 B
25 lines
503 B
2 years ago
|
{
|
||
|
"name": "pep-stats",
|
||
|
"version": "1.0.0",
|
||
|
"description": "pep project statistics and analysis",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"pep",
|
||
|
"stats"
|
||
|
],
|
||
|
"author": "pengling",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"args": "^3.0.7",
|
||
|
"clickhouse": "^2.6.0",
|
||
|
"moment": "^2.29.4",
|
||
|
"node-schedule": "^2.1.0",
|
||
|
"pg": "^8.8.0",
|
||
|
"sequelize": "^7.0.0-alpha2.2",
|
||
|
"winston": "^2.3.1"
|
||
|
}
|
||
|
}
|