-
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.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 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": "template-server-api",
"version": "0.0.4",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"start prod": "NODE_ENV=production nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bertyn99/Template-server-api"
},
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/bertyn99/Template-server-api/issues"
},
"homepage": "https://github.com/bertyn99/Template-server-api#readme",
"dependencies": {
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"email-validator": "^2.0.4",
"express": "^4.17.3",
"fast-jwt": "^2.2.0",
"helmet": "^5.0.2",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.2.10",
"morgan": "^1.10.0",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.15",
"validator": "^13.7.0"
},
"devDependencies": {
"prisma": "^4.10.1"
}
}