-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 875 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
{
"name": "developart_back",
"version": "1.0.0",
"description": "Partie back-end du projet d'apotheose Develop'Art",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"generate-sitemap": "node ./sitemapGenerator.js"
},
"type": "module",
"author": "Julie/Nelly",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"express-jsdoc-swagger": "^1.8.0",
"google-auth-library": "^9.6.3",
"joi": "^17.12.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.9",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"pg-pool": "^3.6.1",
"sitemap": "^7.1.1",
"winston": "^3.12.0",
"winston-daily-rotate-file": "^5.0.0"
}
}