Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdj authored Jan 27, 2019
1 parent b5458a9 commit 05f354b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "burgerbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MhBurgerKing",
"license": "ISC",
"dependencies": {
"discord.js": "^11.4.2"
}
}

0 comments on commit 05f354b

Please sign in to comment.