← back to Rentv 826 Tracker

package.json

16 lines

{
  "name": "rentv-826-tracker",
  "version": "1.1.0",
  "private": true,
  "description": "Server-side time-on-server tracker for the /826/ (Steve Bloom Concepts) client area on rentv.agentabrams.com. Sessionizes the nginx access log into the per-client Postgres DB rentv_826.",
  "main": "tracker.js",
  "scripts": {
    "start": "node tracker.js",
    "backfill": "node tracker.js --backfill-only",
    "report": "node report.js"
  },
  "dependencies": {
    "pg": "^8.12.0"
  }
}