-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "engineering-with-ashmit",
"version": "0.1.0",
"description": "A bloging application for Ashmit JaiSarita Gupta wher he can share engineering stuffs he learns and do.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/devilkiller-ag/EngineeringWithAshmit"
},
"keywords": [
"Blogging",
"Engineering With Ashmit"
],
"author": "Ashmit JaiSarita Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/devilkiller-ag/EngineeringWithAshmit/issues"
},
"homepage": "https://engineeringwithashmit.ashmit.dev/",
"dependencies": {
"cloudinary": "^2.5.1",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"marked": "^15.0.6",
"method-override": "^3.0.0",
"mongoose": "^8.9.5",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}