-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 952 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
{
"name": "legalbridgeapi",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production nodemon src/server.js",
"dev": "cross-env NODE_ENV=development nodemon src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"colors": "^1.4.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"libphonenumber-js": "^1.10.51",
"moment-timezone": "^0.5.45",
"mongodb": "^6.3.0",
"mongoose": "^8.0.1",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"slugify": "^1.6.6",
"twilio": "^4.19.3",
"url": "^0.11.3",
"uuid": "^9.0.1",
"winston": "^3.13.0"
}
}