-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 713 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 713 Bytes
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
{
"name": "Project-Task-Management",
"version": "1.0.0",
"main": "app.js",
"license": "MIT",
"scripts": {
"start": "nodemon -r esm app.js"
},
"dependencies": {
"@prisma/client": "^3.10.0",
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"esm": "^3.2.25",
"fastify": "^3.27.4",
"fastify-cors": "^6.0.3",
"global": "^4.4.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.16",
"redis": "^4.0.4",
"uuid": "^8.3.2",
"winston": "^3.6.0"
},
"devDependencies": {
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"prisma": "^3.10.0"
}
}