more tweaks
All checks were successful
ci/woodpecker/cron/ci Pipeline was successful

This commit is contained in:
2026-01-19 22:37:53 -05:00
parent 9332ac6f94
commit 96223b81e6
4 changed files with 373 additions and 55 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:integration": "node --test test/integration.test.js",
"lint": "eslint .",
"start": "node index.js"
},