-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 KB
/
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
40
41
42
43
44
{
"name": "restful_api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --runInBand",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"apollo-server-express": "^3.13.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.10.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-rate-limit": "^7.4.0",
"express-validator": "^7.2.0",
"graphql": "^16.9.0",
"helmet": "^7.1.0",
"heroku": "^8.7.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.3",
"morgan": "^1.10.0",
"redis": "^4.7.0",
"socket.io": "^4.8.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"winston": "^3.14.2"
},
"devDependencies": {
"eslint": "^9.11.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"supertest": "^7.0.0"
}
}