-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 833 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
34
35
{
"name": "salesapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"express-fileupload": "^1.1.6-alpha.5",
"express-handlebars": "^3.1.0",
"express-mysql-session": "^2.1.0",
"express-session": "^1.16.2",
"express-validator": "^6.1.1",
"fs": "0.0.1-security",
"handlebars-helper-equal": "^1.0.0",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"nodemailer": "^6.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pdfkit": "^0.10.0",
"timeago.js": "^4.0.0-beta.2",
"yup": "^0.27.0"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}