Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Idris1401 committed Oct 3, 2022
1 parent 31cb805 commit c73404e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "modmail.djs",
"version": "1.0.6",
"description": "A simple discord.js module that let you create a discord modmail with javascript",
"main": "lib/src/index.js",
"description": "A simple discord.js module that let you create a discord modmail with JavaScript.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"test": "test"
Expand All @@ -19,7 +19,8 @@
"discord",
"discord.js",
"modmail.js",
"modmail.djs"
"modmail.djs",
"discord-modmail"
],
"scripts": {
"test": "npx tsc && node test/index.js"
Expand All @@ -30,10 +31,10 @@
"url": "https://github.com/Sopow/modmail.djs/issues"
},
"dependencies": {
"discord.js": "^14.3.0",
"discord.js": "^14.5.0",
"modmail.djs": "^1.0.3"
},
"devDependencies": {
"typescript": "^4.7.4"
"typescript": "^4.8.4"
}
}

0 comments on commit c73404e

Please sign in to comment.