Skip to content

Commit

Permalink
added json file
Browse files Browse the repository at this point in the history
  • Loading branch information
desaisoham0 committed May 27, 2024
1 parent edfb32f commit c81fb5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "resume",
"version": "1.0.0",
"description": "A project for my resume",
"main": "index.js",
"scripts": {
"deploy": "node index.js",
"start": "echo 'Deploy script not defined"
},
"author": "Soham Desai",
"license": "MIT",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
}
}

0 comments on commit c81fb5a

Please sign in to comment.