Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroDiscord authored Dec 21, 2020
1 parent 491fc5f commit 9ea0071
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sources/image-welcomer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "image-welcomer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ZeroDisocrd",
"license": "CC0-1.0",
"dependencies": {
"discord-canvas": "^1.4.1",
"discord.js": "^12.4.1",
"moment": "^2.29.1"
}
}

0 comments on commit 9ea0071

Please sign in to comment.