Files
flowsint/package.json
2025-06-01 17:32:07 +02:00

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