Incluye: backend Node.js/Express, visualización 3D (Three.js/3d-force-graph), scrapers Wikipedia/noticias/imágenes, analizador Qwen3-VL, pipeline maestro con systemd timer, fixes de seguridad (NoSQL injection, XSS, ReDoS, port binding) y documentación técnica completa en docs/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
764 B
JSON
Executable file
32 lines
764 B
JSON
Executable file
{
|
|
"name": "flujos",
|
|
"version": "1.0.0",
|
|
"description": "Aplicación FLUJOS",
|
|
"main": "FLUJOS_APP.js",
|
|
"scripts": {
|
|
"start": "node FLUJOS_APP.js",
|
|
"dev": "nodemon FLUJOS_APP.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^8.9.0",
|
|
"body-parser": "^1.20.3",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.0",
|
|
"express-graphql": "^0.12.0",
|
|
"force-graph": "^1.43.2",
|
|
"graphql": "^15.8.0",
|
|
"helmet": "^8.0.0",
|
|
"mongod": "^2.0.0",
|
|
"mongodb": "^6.9.0",
|
|
"mongoose": "^7.3.4",
|
|
"node-fetch": "^3.3.2",
|
|
"tree": "^0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.7",
|
|
"parcel-bundler": "^1.8.1"
|
|
}
|
|
}
|