mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 01:44:42 -05:00
12 lines
318 B
JSON
12 lines
318 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"
|
|
}
|
|
} |