This commit is contained in:
Lucas Tadeu Marculino 2025-11-17 19:52:44 -03:00
commit fb20596fba
36 changed files with 8679 additions and 0 deletions

7
www/package.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "biolab",
"type": "module",
"scripts": {
"test": "node tests/demo.mjs && node tests/synthetic-search.mjs"
}
}