FLUJOS/BACK_BACK/package.json
2025-11-07 00:06:12 +01:00

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