mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 01:44:42 -05:00
16 lines
448 B
JSON
16 lines
448 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",
|
|
"compose:start": "docker compose -f docker-compose.override.yml up -d"
|
|
},
|
|
"devDependencies": {
|
|
"supabase": "^2.19.7"
|
|
}
|
|
} |