-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 995 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
36
37
38
{
"name": "easy_chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bookshelf": "^1.1.1",
"bookshelf-scopes": "^1.5.1",
"bookshelf-virtuals-plugin": "^0.1.1",
"compression": "^1.7.4",
"connect-roles": "^3.1.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-busboy": "^8.0.0",
"joi": "^14.3.1",
"knex": "^0.20.13",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.4.6",
"nodemailer-sendinblue-transport": "^1.2.3",
"npm-install-webpack-plugin": "github:webpack-contrib/npm-install-webpack-plugin",
"otp-generator": "^1.1.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"utils-error-to-json": "^1.0.0",
"uuid": "^7.0.3"
},
"devDependencies": {}
}