{ "name": "data-retention-service", "version": "1.0.0", "description": "Automated data retention cleanup service for drone detection system", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "jest" }, "dependencies": { "pg": "^8.11.3", "sequelize": "^6.32.1", "node-cron": "^3.0.2", "dotenv": "^16.3.1" }, "devDependencies": { "nodemon": "^3.0.1", "jest": "^29.6.1" }, "engines": { "node": ">=18.0.0" } }