-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 889 Bytes
/
package.json
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
{
"name": "pit_ii_backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.7",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fcm-node": "^1.6.1",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.11.0",
"mongoose": "^8.8.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.16",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"winston": "^3.17.0"
},
"devDependencies": {
"chai": "^5.1.2",
"chai-http": "^5.1.1",
"mocha": "^10.8.2",
"nodemon": "^3.1.7",
"supertest": "^7.0.0"
}
}