livrare lot 2

This commit is contained in:
EVOTECH IT SRL 2026-07-10 03:39:53 -07:00
commit 8ecc78e729
763 changed files with 164593 additions and 0 deletions

View file

@ -0,0 +1,48 @@
{
"name": "didiframework",
"version": "1.0.0",
"description": "DIDI Framework Management Service - CRUD for misinformation detection parameters",
"main": "dist/server.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "ts-node src/server.ts",
"watch": "tsc --watch"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.53.0",
"@opentelemetry/resources": "^1.26.0",
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"file-type": "^16.5.4",
"ioredis": "^5.3.2",
"jose": "^5.10.0",
"minio": "^8.0.2",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.16",
"pg": "^8.11.3",
"pino": "^9.14.0",
"pino-pretty": "^13.1.3",
"prom-client": "^15.1.3",
"stripe": "^17.5.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/cors": "^2.8.15",
"@types/express": "^4.17.21",
"@types/multer": "^1.4.12",
"@types/node": "^20.8.10",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.16",
"@types/pg": "^8.10.7",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}