-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 945 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
39
40
41
42
43
44
{
"name": "notesapp2.0",
"version": "1.0.0",
"description": "This is notes app to store notes.",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon ./index.js",
"start": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karanBRAVO/NotesApp2.0.git"
},
"keywords": [
"html",
"css",
"js",
"node js",
"hbs",
"express js",
"mongodb",
"mongoose"
],
"author": "Karan Yadav",
"license": "MIT",
"bugs": {
"url": "https://github.com/karanBRAVO/NotesApp2.0/issues"
},
"homepage": "https://github.com/karanBRAVO/NotesApp2.0#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"hbs": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.1"
},
"engines": {
"node": ">=18.18.0 <=20.9.0"
}
}