first commit
This commit is contained in:
commit
7988853b57
43 changed files with 8415 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "Fylgja - Threat detection rule Slack interface",
|
||||
"dependencies": {
|
||||
"@slack/bolt": "^4.2.1",
|
||||
"axios": "^1.6.7",
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^5.1.0",
|
||||
"glob": "^8.1.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"sqlite3": "^5.1.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.1.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue