31 lines
855 B
JSON
31 lines
855 B
JSON
{
|
|
"name": "fylgja",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"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",
|
|
"cli": "node src/fylgja-cli.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "Fylgja - Threat detection rule Slack interface",
|
|
"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"
|
|
}
|
|
}
|