mirror of
https://github.com/reconurge/flowsint.git
synced 2026-04-30 19:29:26 -05:00
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"name": "flowsint",
|
|
"version": "1.0.0",
|
|
"description": "A web based investigation manager.",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/EliottElek/flowsint.git",
|
|
"author": "Eliott Morcillo <eliott.morcillo@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "docker compose up -d"
|
|
},
|
|
"devDependencies": {
|
|
"supabase": "^2.19.7"
|
|
}
|
|
}
|