agentic-os/trip-service/package.json

16 lines
372 B
JSON

{
"name": "trip-service",
"version": "1.0.0",
"description": "Dynamic trip briefing service — weather, NPS alerts, TDOT traffic, AI insights via WhatsApp",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"ioredis": "^5.11.1",
"node-cron": "^3.0.3"
}
}