-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 918 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
38
39
40
41
42
{
"name": "ticket-bot",
"version": "1.0.0",
"description": "discord.js v14 ticket bot w/mongoDB",
"type": "module",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elbkr/ticket-bot.git"
},
"keywords": [
"discord.js",
"discord.bot",
"bot",
"ticket",
"ticket-bot",
"mongodb",
"444x"
],
"author": "el bkr (https://github.com/elbkr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/elbkr/ticket-bot/issues"
},
"homepage": "https://github.com/elbkr/ticket-bot#readme",
"dependencies": {
"chalk": "^4.0.0",
"discord.js": "^14.0.3",
"dotenv": "^16.0.1",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"moment": "^2.29.4",
"mongoose": "^6.4.5",
"util": "^0.12.4"
}
}