-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 974 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "discord-multi-handler",
"version": "1.0.3",
"description": "A module for easily setting up a command, event and function handler for your discord.js bot!",
"main": "index.js",
"typings": "discord-multi-handler.d.ts",
"scripts": {
"test": "npm run basic-cjs-example",
"basic-cjs-example": "node ./example/basic-cjs/index.js",
"cjs-example": "node ./example/cjs/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Assistants-Center/discord-handler.git"
},
"keywords": [
"discord",
"assistants",
"handler",
"commands",
"events",
"functions",
"bot"
],
"author": "Assistants",
"license": "ISC",
"bugs": {
"url": "https://github.com/Assistants-Center/discord-handler/issues"
},
"homepage": "https://github.com/Assistants-Center/discord-handler#readme",
"dependencies": {
"discord.js": "^14.7.1"
},
"devDependencies": {
"typescript": "^4.9.4"
}
}