-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "api_osam_server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"chokidar": "^3.5.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"express-session": "^1.17.3",
"firebase": "^9.10.0",
"firebase-admin": "^11.0.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"node-cmd": "^5.0.0",
"nodemon": "^2.0.19",
"nunjucks": "^3.2.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pm2": "^5.2.2",
"redis": "^4.3.1",
"sanitize-html": "^2.7.2",
"sql-sanitizer": "^1.0.0"
},
"devDependencies": {
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.0"
}
}