-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "netlify deploy --prod",
"start": "netlify dev",
"swagger-autogen": "node ./swagger.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"connect-mongo": "^5.1.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"memory-cache": "^0.2.0",
"mongoose": "^7.1.1",
"netlify-lambda": "^2.0.16",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"serverless-http": "^3.2.0",
"swagger-autogen": "^2.23.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3"
},
"devDependencies": {
"@faker-js/faker": "^8.0.1",
"netlify-cli": "^17.22.1"
}
}