| 123456789101112131415161718192021222324 |
- {
- "name": "scheduler",
- "version": "0.0.0",
- "private": true,
- "scripts": {
- "start": "node ./bin/www",
- "dev": "nodemon ./bin/www"
- },
- "dependencies": {
- "bcrypt": "^5.1.1",
- "cookie-parser": "~1.4.4",
- "debug": "~2.6.9",
- "eslinter": "^3.1.0",
- "express": "^4.21.2",
- "http-errors": "~1.6.3",
- "jsonwebtoken": "^9.0.2",
- "mongoose": "^8.9.0",
- "morgan": "~1.9.1",
- "nodemon": "^3.1.9",
- "passport": "^0.7.0",
- "passport-jwt": "^4.0.1",
- "pug": "^3.0.3"
- }
- }
|