25 lines
534 B
JSON
25 lines
534 B
JSON
{
|
|
"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",
|
|
"health": "node healthcheck.js"
|
|
},
|
|
"dependencies": {
|
|
"pg": "^8.11.3",
|
|
"sequelize": "^6.32.1",
|
|
"node-cron": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"keywords": [
|
|
"data-retention",
|
|
"cleanup",
|
|
"microservice"
|
|
],
|
|
"author": "Drone Detection System",
|
|
"license": "MIT"
|
|
} |