{ "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" } }