-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
45
46
47
48
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc --watch",
"dev": "nodemon build/index.js",
"start": "node build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-handlebars": "^7.0.4",
"express-jwt": "^8.4.1",
"express-mysql-session": "^3.0.0",
"express-session": "^1.17.3",
"express-validator": "^6.15.0",
"hash.js": "^1.1.7",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"node-fetch": "^2.6.9",
"nodemailer": "^6.9.1",
"npm-check-updates": "^16.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"promise-mysql": "^5.2.0",
"timeago.js": "^4.0.2",
"tsc": "^2.0.4",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"nodemon": "^2.0.22"
}
}