File size: 716 Bytes
fe02ff1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "leader",
  "version": "1.0.0",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js",
    "start-admin": "node admin_server.js",
    "start-both": "concurrently \"npm run start\" \"npm run start-admin\"",
    "archive-week": "node scripts/archive_week.js",
    "start-scheduler": "node scheduler.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^2.2.0",
    "express": "^5.1.0",
    "express-session": "^1.17.3",
    "moment": "^2.30.1",
    "node-cron": "^3.0.3",
    "request-ip": "^3.3.0"
  },
  "description": "",
  "devDependencies": {
    "concurrently": "^9.1.2"
  }
}