-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
32 lines (32 loc) · 868 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
{
"name": "shopingkaro",
"version": "1.0.0",
"description": "Learning Node.js using express in this project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": {
"name": "Abhinav Kumar Arya",
"github": "www.github.com/itzabhinavarya",
"twitter": "www.twitter.com/itzabhinavarya",
"Youtube": "https://www.youtube.com/channel/UCuKCJgq0NIUuFbdkLOCBe8A",
"email": "[email protected]",
"Portfolio": "itzabhinavarya.netlify.app"
},
"license": "ISC",
"devDependencies": {
"nodemon": "^3.0.1"
},
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^16.3.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"mongodb": "^6.3.0",
"mongoose": "^8.1.0",
"pug": "^3.0.2"
}
}