create CLI and sigma stats function in CLI

This commit is contained in:
Charlotte Croce 2025-04-18 17:15:41 -04:00
parent 85bb8958b8
commit 519c87fb04
9 changed files with 849 additions and 46 deletions

View file

@ -7,7 +7,8 @@
"ngrok": "ngrok http 3000 --log=stdout --url=tolerant-bull-ideal.ngrok-free.app",
"dev": "concurrently \"npm run start\" \"npm run ngrok\"",
"update-db": "node src/sigma_db/sigma_db_initialize.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "node src/fylgja-cli.js"
},
"keywords": [],
"author": "",
@ -16,13 +17,15 @@
"dependencies": {
"@slack/bolt": "^4.2.1",
"axios": "^1.6.7",
"chalk": "^5.4.1",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"glob": "^8.1.0",
"js-yaml": "^4.1.0",
"readline": "^1.3.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"concurrently": "^9.1.2"
}
}
}