feat: flowsint-transforms, flowsint-types, flowsint-core

This commit is contained in:
dextmorgn
2025-08-13 17:04:11 +02:00
parent c770b752ed
commit 5b62d9efba
200 changed files with 26326 additions and 1120 deletions

View File

@@ -1,16 +0,0 @@
{
"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": {
"babel-plugin-react-compiler": "^19.1.0-rc.2"
}
}