mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-08 01:45:00 -05:00
18 lines
425 B
JSON
18 lines
425 B
JSON
|
|
{
|
||
|
|
"name": "cron",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "In version 1.0, MHSF moved from using Inngest to collect statistics to a self-hosted `crontab` Node.js script.",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "tsc --build && node ./dist/index.js"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"chalk": "^5.3.0",
|
||
|
|
"dotenv": "^16.4.5",
|
||
|
|
"mongodb": "^6.8.0"
|
||
|
|
},
|
||
|
|
"type": "module"
|
||
|
|
}
|