mirror of
https://github.com/reconurge/flowsint.git
synced 2026-04-27 18:01:58 -05:00
21 lines
598 B
JSON
21 lines
598 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.yml up -d"
|
|
},
|
|
"dependencies": {
|
|
"@testing-library/react": "^16.3.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"cytoscape-fcose": "^2.2.0",
|
|
"graphology-layout-forceatlas2": "^0.10.1",
|
|
"vitest": "^3.1.3"
|
|
}
|
|
}
|