Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ObaidWebDeveloper authored Aug 10, 2024
1 parent 68a62d0 commit 7f238d4
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"name": "example-project",
"name": "your-project-name",
"version": "1.0.0",
"description": "An example Node.js project",
"description": "A brief description of your project",
"main": "index.js",
"scripts": {
"test": "mocha", // Adjust as per your testing framework
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "webpack" // Example build script
"build": "echo \"Build script not implemented\""
},
"author": "Your Name",
"license": "MIT",
"dependencies": {
"express": "^4.17.1" // Example dependency
},
"devDependencies": {
"mocha": "^9.0.0" // Example dev dependency
}
"license": "ISC",
"dependencies": {}
}

0 comments on commit 7f238d4

Please sign in to comment.