mhsf-dev/packages/cron/package.json

21 lines
523 B
JSON
Raw Normal View History

2024-08-22 23:44:00 -05:00
{
"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": {
"dev": "MHC_DOCKER=true npx tsx src/index.ts",
"build": "npx tsc -p ./tsconfig.json"
2024-08-22 23:44:00 -05:00
},
"author": "",
"license": "ISC",
"dependencies": {
"arguments-parser": "^3.2.1",
2024-08-22 23:44:00 -05:00
"chalk": "^5.3.0",
2024-09-10 17:45:03 -05:00
"cron": "^3.1.7",
2024-08-22 23:44:00 -05:00
"dotenv": "^16.4.5",
"mongodb": "^6.8.0"
},
"type": "module"
}