-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "tamsbackend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "ng test"
},
"author": "Johan Perera",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"init-gitignore": "^1.0.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.10",
"moment": "^2.29.1",
"mongoose-auto-increment": "^5.0.1",
"mongoose-type-email": "^1.0.13",
"node-schedule": "^2.0.0",
"nodemailer": "^6.6.0",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"random-key": "^0.3.2",
"typescript": "^4.2.3"
},
"devDependencies": {
"nodemon": "^2.0.6",
"mquery": ">=3.2.3"
}
}