Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanabubaker authored Apr 26, 2022
0 parents commit 16aa097
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "simple",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"morgan": "~1.6.1",
"ejs": "^2.4.2",
"depcheck": "0.6.7",
"quill": "^1.3.7"
}
}

0 comments on commit 16aa097

Please sign in to comment.