14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"name": "nav-worker",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "NAV V2 — Worker enrichissement IA (Mistral Nemo + crawl4ai)",
|
|
"main": "enrich.js",
|
|
"scripts": {
|
|
"start": "node -r dotenv/config enrich.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|