Skip to content

Commit

Permalink
heart of project
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sabagh committed Jan 19, 2023
1 parent 7a681de commit eaba7fc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "rock-paper-scissor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a-sabagh/rock-paper-scissor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/a-sabagh/rock-paper-scissor/issues"
},
"homepage": "https://github.com/a-sabagh/rock-paper-scissor#readme",
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}

0 comments on commit eaba7fc

Please sign in to comment.