-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.35 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "discora",
"version": "0.0.8",
"description": "Discora is a structured framework for building Discord bots using Discord.js. It enhances readability and simplifies command handling, event management, and customizable interactions.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"dev": "nodemon",
"build": "tsup"
},
"keywords": [
"discora",
"discord",
"discord.js",
"discord bot framework",
"command handling",
"event management",
"slash commands",
"button interactions",
"autocomplete",
"modal handling",
"discord bot development",
"open-source",
"bot commands",
"discord API",
"node.js",
"typescript",
"custom interactions",
"user experience",
"community-driven",
"developer tools",
"framework for Discord bots"
],
"author": "Imani Brown",
"license": "Apache-2.0",
"dependencies": {
"discord.js": "^14.16.3"
},
"devDependencies": {
"dotenv": "^16.4.5",
"nodemon": "^3.1.7",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiscoraLabs/discora.git"
},
"bugs": {
"url": "https://github.com/DiscoraLabs/discora/issues"
},
"homepage": "https://github.com/DiscoraLabs/discora#readme"
}