Files
flowsint/package.json
2025-02-27 23:24:13 +01:00

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"
}
}