| { | |
| "name": "aggregator_service", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "commonjs", | |
| "devDependencies": { | |
| "@types/cors": "^2.8.19", | |
| "@types/express": "^5.0.6", | |
| "@types/node": "^25.9.3", | |
| "prisma": "^7.8.0", | |
| "ts-node": "^10.9.2", | |
| "typescript": "^6.0.3" | |
| }, | |
| "dependencies": { | |
| "@playwright/test": "^1.61.0", | |
| "cors": "^2.8.6", | |
| "dotenv": "^17.4.2", | |
| "express": "^5.2.1", | |
| "playwright": "^1.61.0" | |
| } | |
| } | |