-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "noteworthy_server",
"version": "1.0.0",
"description": "server",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Himanshu sharma",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-rate-limit": "^7.0.1",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.5.2",
"nodemailer": "^6.9.5",
"nodemon": "^3.0.1",
"passport": "^0.7.0",
"passport-google-oauth2": "^0.2.0",
"passport-local": "^1.0.0",
"promisify": "^0.0.3",
"validator": "^13.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/himanshujangid03/noteworthy.git"
},
"bugs": {
"url": "https://github.com/himanshujangid03/noteworthy/issues"
},
"homepage": "https://github.com/himanshujangid03/noteworthy#readme",
"devDependencies": {
"body-parser": "^1.20.2",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"helmet": "^7.0.0",
"prettier": "^3.0.3"
}
}