Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan authored May 24, 2024
1 parent 35d7af3 commit 6068fce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Sample-node-project",
"version": "1.0.0",
"description": "A sample Node.js Project",
"main": "index.js",
"scripts": {
"start": "node NodeJS/index.js",
"build": "echo 'Add your build command here'",
"test": "echo 'Add your testing framework here'"
},
"keywords": [
"node",
"express"
],
"author": "Sarathraj Srinivasan",
"license": "MIT",
"dependencies": {
"express":"latest",
"ejs":"latest"
}
}

0 comments on commit 6068fce

Please sign in to comment.