-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "project",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon app.js",
"lint": "eslint .",
"format": "prettier --write ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"eslint-config-prettier": "^10.1.5",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongod": "^2.0.0",
"mongoose": "^8.15.2",
"mongoosh": "^0.0.7",
"nodemailer": "^7.0.3",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"redis": "^5.10.0",
"zod": "^3.25.64"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.37.5",
"prettier": "^3.5.3"
}
}