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 298244b commit 36f66f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@

{
"name": "your-project-name",
"version": "1.0.0",
"description": "A brief description of your project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "echo \"Build script not implemented\""
},
"author": "Your Name",
"license": "ISC",
"dependencies": {}
}

0 comments on commit 36f66f1

Please sign in to comment.