Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeLKabir-56 authored Jun 2, 2024
1 parent 71ac50b commit 31cde60
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "social_media_blog_platform_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "A social media blog platform project",
"main": "app.js",
"scripts": {
"test": "jest --passWithNoTests",
"start": "app.js",
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"keywords": [
"social media",
"blog",
"platform"
],
"author": "abdel101",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.3.0",
Expand All @@ -26,7 +30,6 @@
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
Expand Down

0 comments on commit 31cde60

Please sign in to comment.